diff --git a/features/gemsets/rails4.0/Gemfile.lock b/features/gemsets/rails4.0/Gemfile.lock index aa7f46b..ca21b25 100644 --- a/features/gemsets/rails4.0/Gemfile.lock +++ b/features/gemsets/rails4.0/Gemfile.lock @@ -1,13 +1,7 @@ -GIT - remote: git://github.com/sporkrb/spork.git - revision: 38ab44f0968c23509912680a04f903fe4ad5c068 - specs: - spork (1.0.0rc3) - PATH - remote: ../../../ + remote: ../../.. specs: - spork-rails (3.2.1) + spork-rails (4.0.0) rails (>= 3.0.0, < 5) spork (>= 1.0rc0) @@ -39,7 +33,6 @@ GEM thread_safe (~> 0.1) tzinfo (~> 0.3.37) arel (4.0.0) - atomic (1.1.10) builder (3.1.4) coffee-rails (4.0.0) coffee-script (>= 2.2.0) @@ -48,18 +41,13 @@ GEM coffee-script-source execjs coffee-script-source (1.6.3) - columnize (0.3.6) + columnize (0.9.0) + concurrent-ruby (1.1.5) cucumber (1.3.2) builder (>= 2.1.2) diff-lcs (>= 1.1.3) gherkin (~> 2.12.0) multi_json (~> 1.3) - debugger (1.6.0) - columnize (>= 0.3.1) - debugger-linecache (~> 1.2.0) - debugger-ruby_core_source (~> 1.2.1) - debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.3) diff-lcs (1.2.4) erubis (2.7.0) execjs (1.4.0) @@ -67,19 +55,21 @@ GEM gherkin (2.12.0) multi_json (~> 1.3) hike (1.2.3) - i18n (0.6.4) - jquery-rails (3.0.2) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jquery-rails (3.1.3) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) + linecache (1.3.1) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.23) minitest (4.7.5) - multi_json (1.7.7) + multi_json (1.14.1) polyglot (0.3.3) - rack (1.5.2) - rack-test (0.6.2) + rack (1.5.5) + rack-test (0.6.3) rack (>= 1.0) rails (4.0.0) actionmailer (= 4.0.0) @@ -94,7 +84,7 @@ GEM activesupport (= 4.0.0) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (10.1.0) + rake (13.0.0) rspec (2.13.0) rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) @@ -110,6 +100,12 @@ GEM rspec-core (~> 2.13.0) rspec-expectations (~> 2.13.0) rspec-mocks (~> 2.13.0) + ruby-debug (0.10.4) + columnize (>= 0.1) + ruby-debug-base (~> 0.10.4.0) + ruby-debug-base (0.10.4) + linecache (>= 0.3) + spork (1.0.0rc4) sprockets (2.10.0) hike (~> 1.2) multi_json (~> 1.0) @@ -120,28 +116,27 @@ GEM activesupport (>= 3.0) sprockets (~> 2.8) sqlite3 (1.3.7) - thor (0.18.1) - thread_safe (0.1.0) - atomic + thor (0.20.3) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.14) polyglot polyglot (>= 0.3.1) turbolinks (1.2.0) coffee-rails - tzinfo (0.3.37) + tzinfo (0.3.55) PLATFORMS ruby DEPENDENCIES cucumber (~> 1.3.2) - debugger jquery-rails rails (~> 4.0) rspec (~> 2.13.0) rspec-rails (~> 2.13.2) - spork! + ruby-debug + spork (>= 1.0rc0) spork-rails! sqlite3 (~> 1.3.7) turbolinks