spec/rails3/Gemfile.lock in sorcery-0.6.1 vs spec/rails3/Gemfile.lock in sorcery-0.7.0
- old
+ new
@@ -1,14 +1,12 @@
PATH
remote: ../../../
specs:
- sorcery (0.6.0)
+ sorcery (0.6.1)
bcrypt-ruby (~> 3.0.0)
- oauth (>= 0.4.4)
- oauth (>= 0.4.4)
- oauth2 (>= 0.1.1)
- oauth2 (>= 0.1.1)
+ oauth (~> 0.4.4)
+ oauth2 (~> 0.5.0)
GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
@@ -39,35 +37,49 @@
activesupport (= 3.0.3)
activesupport (3.0.3)
addressable (2.2.6)
archive-tar-minitar (0.5.2)
arel (2.0.6)
- bcrypt-ruby (3.0.0)
+ bcrypt-ruby (3.0.1)
builder (2.1.2)
+ capybara (1.1.1)
+ mime-types (>= 1.16)
+ nokogiri (>= 1.3.3)
+ rack (>= 1.0.0)
+ rack-test (>= 0.5.4)
+ selenium-webdriver (~> 2.0)
+ xpath (~> 0.1.4)
+ childprocess (0.2.2)
+ ffi (~> 1.0.6)
columnize (0.3.2)
diff-lcs (1.1.2)
erubis (2.6.6)
abstract (>= 1.0.0)
- faraday (0.6.1)
- addressable (~> 2.2.4)
+ faraday (0.7.4)
+ addressable (~> 2.2.6)
multipart-post (~> 1.1.0)
rack (< 2, >= 1.1.0)
+ ffi (1.0.9)
i18n (0.5.0)
+ json_pure (1.5.1)
+ launchy (2.0.5)
+ addressable (~> 2.2.6)
linecache19 (0.5.11)
ruby_core_source (>= 0.1.4)
mail (2.2.13)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
multi_json (1.0.3)
multipart-post (1.1.3)
+ nokogiri (1.4.4)
oauth (0.4.5)
- oauth2 (0.4.1)
- faraday (~> 0.6.1)
- multi_json (>= 0.0.5)
+ oauth2 (0.5.1)
+ faraday (~> 0.7.4)
+ multi_json (~> 1.0.3)
polyglot (0.3.1)
rack (1.2.1)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.6)
@@ -107,23 +119,33 @@
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.4)
archive-tar-minitar (>= 0.5.2)
+ rubyzip (0.9.4)
+ selenium-webdriver (2.6.0)
+ childprocess (>= 0.2.1)
+ ffi (>= 1.0.7)
+ json_pure
+ rubyzip
simplecov (0.3.9)
simplecov-html (>= 0.3.7)
simplecov-html (0.3.9)
sqlite3-ruby (1.3.2)
thor (0.14.6)
timecop (0.3.5)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
+ xpath (0.1.4)
+ nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
+ capybara (~> 1.1.1)
+ launchy (~> 2.0.5)
rails (= 3.0.3)
rspec (~> 2.5.0)
rspec-rails (~> 2.5.0)
ruby-debug19
simplecov (>= 0.3.8)