Skip to content

Commit

Permalink
Update 3.2 Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jul 26, 2013
1 parent 78fedd6 commit 7539d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemfiles/Gemfile.rails-3.2.x.lock
@@ -1,11 +1,11 @@
PATH
remote: ..
specs:
devise (3.0.0.rc)
devise (3.0.0)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
warden (~> 1.2.1)
warden (~> 1.2.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -38,7 +38,7 @@ GEM
i18n (= 0.6.1)
multi_json (~> 1.0)
arel (3.0.2)
bcrypt-ruby (3.0.1)
bcrypt-ruby (3.1.1)
builder (3.0.4)
erubis (2.7.0)
faraday (0.8.7)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.37)
warden (1.2.1)
warden (1.2.3)
rack (>= 1.0)
webrat (0.7.3)
nokogiri (>= 1.2.0)
Expand Down

0 comments on commit 7539d31

Please sign in to comment.