Skip to content

Commit

Permalink
force test against devise 3.2.2 with rails 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Jun 10, 2015
1 parent 848de10 commit 7a7644f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gemfiles/Gemfile.rails-3.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ group :test do
gem "racc"
end

gem 'devise', '~> 3.2.2'
gem 'activerecord', '~> 3.0'
gem "mongoid", "~> 2.3"
gem "capybara", "~> 1.1.0"
Expand Down
3 changes: 2 additions & 1 deletion gemfiles/Gemfile.rails-3.2.x.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /home/sergio/web/git/devise_invitable
specs:
devise_invitable (1.3.4)
devise_invitable (1.5.0)
actionmailer (>= 3.2.6, < 5)
devise (>= 3.2.0)

Expand Down Expand Up @@ -353,6 +353,7 @@ DEPENDENCIES
bson_ext (~> 1.3)
bundler (>= 1.1.0)
capybara (~> 1.1.0)
devise (~> 3.2.2)
devise_invitable!
factory_girl_rails (~> 1.2)
mocha (~> 0.13.0)
Expand Down

0 comments on commit 7a7644f

Please sign in to comment.