diff --git a/test/rails_test/Gemfile.lock b/test/rails_test/Gemfile.lock index ad7ac31..5c85485 100644 --- a/test/rails_test/Gemfile.lock +++ b/test/rails_test/Gemfile.lock @@ -1,7 +1,7 @@ PATH - remote: ../../ + remote: ../.. specs: - uploader (3.1.0) + uploader (3.1.4) aws-s3 mime-types paperclip @@ -41,8 +41,7 @@ GEM arel (2.0.10) authlogic (3.0.2) activerecord (~> 3.0.7) - activerecord (~> 3.0.7) - aws-s3 (0.6.2) + aws-s3 (0.6.3) builder mime-types xml-simple @@ -57,7 +56,6 @@ GEM childprocess (0.2.2) ffi (~> 1.0.6) cocaine (0.2.0) - columnize (0.3.4) cucumber (1.0.6) builder (>= 2.1.2) diff-lcs (>= 1.1.2) @@ -81,22 +79,24 @@ GEM json_pure (1.6.0) launchy (2.0.5) addressable (~> 2.2.6) - linecache (0.46) - rbx-require-relative (> 0.0.4) mail (2.2.19) activesupport (>= 2.3.6) i18n (>= 0.4.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.16) + mini_portile2 (2.8.0) mysql (2.8.1) - nokogiri (1.5.0) + nokogiri (1.13.8) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) paperclip (2.4.1) activerecord (>= 2.3.0) activesupport (>= 2.3.2) cocaine (>= 0.0.2) mime-types polyglot (0.3.2) + racc (1.6.0) rack (1.2.4) rack-mount (0.6.14) rack (>= 1.0.0) @@ -117,9 +117,9 @@ GEM rdoc (~> 3.4) thor (~> 0.14.4) rake (0.9.2) - rbx-require-relative (0.0.5) rcov (0.9.10) rdoc (3.9.4) + rexml (3.2.5) rspec (2.6.0) rspec-core (~> 2.6.0) rspec-expectations (~> 2.6.0) @@ -133,11 +133,6 @@ GEM activesupport (~> 3.0) railties (~> 3.0) rspec (~> 2.6.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) rubyzip (0.9.4) selenium-webdriver (2.6.0) childprocess (>= 0.2.1) @@ -152,7 +147,8 @@ GEM polyglot polyglot (>= 0.3.1) tzinfo (0.3.29) - xml-simple (1.1.0) + xml-simple (1.1.9) + rexml xpath (0.1.4) nokogiri (~> 1.3) @@ -175,7 +171,6 @@ DEPENDENCIES rcov rspec (>= 2.4.0) rspec-rails (>= 2.4.0) - ruby-debug shoulda spork uploader!