Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ group :development do
gem 'rspec-rails'
gem 'factory_girl_rails'
gem 'cucumber-rails', require: false
gem 'jasmine'
gem 'jasmine', '>= 1.3.2'
end

group :test do
gem 'capybara'
gem 'faker'
gem 'guard-rspec'
gem 'selenium-webdriver'
gem 'guard-rspec', '>= 4.0.4'
gem 'selenium-webdriver', '>= 2.37.0'
gem 'nokogiri'
gem 'factory_girl_rails'
gem 'database_cleaner'
Expand Down
105 changes: 55 additions & 50 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
celluloid (0.15.2)
timers (~> 1.1.0)
childprocess (0.3.9)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.0)
coderay (1.1.2)
coffee-script (2.2.0)
coffee-script-source
execjs
Expand Down Expand Up @@ -85,7 +83,7 @@ GEM
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
diff-lcs (1.2.5)
diff-lcs (1.3)
eco (1.0.0)
coffee-script
eco-source
Expand All @@ -106,32 +104,35 @@ GEM
railties (>= 3.1.0)
faraday (0.8.8)
multipart-post (~> 1.2.0)
ffi (1.9.3)
ffi (1.9.25)
figaro (0.7.0)
bundler (~> 1.0)
rails (>= 3, < 5)
formatador (0.2.4)
formatador (0.2.5)
gherkin (2.12.2)
multi_json (~> 1.3)
guard (2.2.3)
guard (2.14.2)
formatador (>= 0.2.4)
listen (~> 2.1)
lumberjack (~> 1.0)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
nenv (~> 0.1)
notiffany (~> 0.0)
pry (>= 0.9.12)
shellany (~> 0.0)
thor (>= 0.18.1)
guard-rspec (4.0.4)
guard (>= 2.1.1)
rspec (~> 2.14)
guard-rspec (4.3.1)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
hashie (2.0.5)
hike (1.2.3)
httpauth (0.2.0)
i18n (0.6.5)
jasmine (1.3.2)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
jasmine-core (1.3.1)
jasmine (3.1.0)
jasmine-core (= 3.1.0)
phantomjs
rack (>= 1.2.1)
rake
jasmine-core (3.1.0)
journey (1.0.4)
jquery-rails (3.0.4)
railties (>= 3.0, < 5.0)
Expand All @@ -143,26 +144,30 @@ GEM
addressable (~> 2.3)
letter_opener (1.1.2)
launchy (~> 2.2)
listen (2.2.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.4)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.0.13)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_request (0.2.8)
callsite
rack-contrib
railties
method_source (0.8.2)
method_source (0.9.0)
mime-types (1.25)
mini_portile (0.5.2)
multi_json (1.8.1)
multi_json (1.13.1)
multi_test (0.0.2)
multipart-post (1.2.0)
nenv (0.3.0)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oauth2 (0.8.1)
faraday (~> 0.8)
httpauth (~> 0.1)
Expand All @@ -185,17 +190,17 @@ GEM
omniauth (~> 1.0)
orm_adapter (0.4.0)
pg (0.17.0)
phantomjs (2.1.1.0)
polyglot (0.3.3)
pry (0.9.12.3)
coderay (~> 1.0)
method_source (~> 0.8)
slop (~> 3.4)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pusher (0.11.3)
multi_json (~> 1.0)
signature (~> 0.1.6)
quiet_assets (1.0.2)
railties (>= 3.1, < 5.0)
rack (1.4.5)
rack (1.4.7)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
Expand All @@ -220,34 +225,33 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.1.0)
rb-fsevent (0.9.3)
rb-inotify (0.9.2)
ffi (>= 0.5.0)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.7)
rspec-expectations (2.14.4)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.4)
rspec-mocks (2.14.6)
rspec-rails (2.14.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rubyzip (1.0.0)
selenium-webdriver (2.37.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip (~> 1.0.0)
websocket (~> 1.0.4)
ruby_dep (1.5.0)
rubyzip (1.2.1)
selenium-webdriver (3.13.0)
childprocess (~> 0.5)
rubyzip (~> 1.2)
shellany (0.0.1)
signature (0.1.7)
slop (3.4.6)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
Expand All @@ -258,9 +262,8 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.18.1)
thor (0.20.0)
tilt (1.4.1)
timers (1.1.0)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand All @@ -272,7 +275,6 @@ GEM
multi_json (~> 1.0, >= 1.0.2)
warden (1.2.1)
rack (>= 1.0)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)

Expand All @@ -294,8 +296,8 @@ DEPENDENCIES
faker
fancybox2-rails
figaro
guard-rspec
jasmine
guard-rspec (>= 4.0.4)
jasmine (>= 1.3.2)
jquery-rails
launchy
letter_opener
Expand All @@ -309,8 +311,11 @@ DEPENDENCIES
quiet_assets
rails (= 3.2.14)
rspec-rails
selenium-webdriver
selenium-webdriver (>= 2.37.0)
sqlite3
thin
turn
uglifier (>= 1.0.3)

BUNDLED WITH
1.16.1