diff --git a/Gemfile b/Gemfile index ce10b1f0..0316b0ac 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'sass' gem 'bourbon' # for running tests -gem 'jasmine' +gem 'jasmine', '>= 1.2.0' # for running the tests like a hipster gem 'jasmine-headless-webkit' diff --git a/Gemfile.lock b/Gemfile.lock index fa6b3341..555f3489 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,21 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.2.8) bourbon (3.0.1) sass (>= 3.2.0) thor - childprocess (0.3.3) - ffi (~> 1.0.6) + childprocess (2.0.0) + rake (< 13.0) coffee-script (2.2.0) coffee-script-source execjs coffee-script-source (1.3.3) daemons (1.1.8) - diff-lcs (1.1.3) + diff-lcs (1.3) eventmachine (1.0.0.rc.4) execjs (1.4.0) multi_json (~> 1.0) - ffi (1.0.11) + ffi (1.11.1) growl (1.0.3) guard (1.2.3) listen (>= 0.4.2) @@ -25,26 +24,24 @@ GEM guard (>= 0.4.0) jasmine-headless-webkit (>= 0.7.0) hike (1.2.1) - jasmine (1.2.0) - jasmine-core (>= 1.2.0) + jasmine (1.3.2) + jasmine-core (~> 1.3.1) rack (~> 1.0) rspec (>= 1.3.1) selenium-webdriver (>= 0.1.3) - jasmine-core (1.2.0) + jasmine-core (1.3.1) jasmine-headless-webkit (0.8.4) coffee-script jasmine-core (~> 1.1) multi_json rainbow sprockets (~> 2) - libwebsocket (0.1.4) - addressable listen (0.4.7) rb-fchange (~> 0.0.5) rb-fsevent (~> 0.9.1) rb-inotify (~> 0.8.8) - multi_json (1.3.6) - rack (1.4.1) + multi_json (1.13.1) + rack (1.6.11) rainbow (1.1.4) rake (0.9.2.2) rb-fchange (0.0.5) @@ -52,21 +49,24 @@ GEM rb-fsevent (0.9.1) rb-inotify (0.8.8) ffi (>= 0.5.0) - rspec (2.11.0) - rspec-core (~> 2.11.0) - rspec-expectations (~> 2.11.0) - rspec-mocks (~> 2.11.0) - rspec-core (2.11.0) - rspec-expectations (2.11.1) - diff-lcs (~> 1.1.3) - rspec-mocks (2.11.1) - rubyzip (0.9.9) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.2) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.4) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.1) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.2) + rubyzip (1.3.0) sass (3.2.3) - selenium-webdriver (2.24.0) - childprocess (>= 0.2.5) - libwebsocket (~> 0.1.3) - multi_json (~> 1.0) - rubyzip + selenium-webdriver (3.142.4) + childprocess (>= 0.5, < 3.0) + rubyzip (~> 1.2, >= 1.2.2) sprockets (2.4.5) hike (~> 1.2) multi_json (~> 1.0) @@ -88,9 +88,12 @@ DEPENDENCIES eventmachine (= 1.0.0.rc.4) growl guard-jasmine-headless-webkit - jasmine + jasmine (>= 1.2.0) jasmine-headless-webkit rack rake sass thin + +BUNDLED WITH + 1.17.3