mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Bump webrat to 0.7.3 on 3.1 as well
This commit is contained in:
parent
fb07558082
commit
70199ed039
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ gem "rdoc"
|
|||
group :test do
|
||||
gem "omniauth-facebook"
|
||||
gem "omniauth-openid", "~> 1.0.1"
|
||||
gem "webrat", "0.7.2", :require => false
|
||||
gem "webrat", "0.7.3", :require => false
|
||||
gem "mocha", "~> 0.13.1", :require => false
|
||||
|
||||
platforms :mri_18 do
|
||||
|
|
|
@ -141,7 +141,7 @@ GEM
|
|||
tzinfo (0.3.37)
|
||||
warden (1.2.1)
|
||||
rack (>= 1.0)
|
||||
webrat (0.7.2)
|
||||
webrat (0.7.3)
|
||||
nokogiri (>= 1.2.0)
|
||||
rack (>= 1.0)
|
||||
rack-test (>= 0.5.3)
|
||||
|
@ -164,4 +164,4 @@ DEPENDENCIES
|
|||
rdoc
|
||||
ruby-debug (>= 0.10.3)
|
||||
sqlite3
|
||||
webrat (= 0.7.2)
|
||||
webrat (= 0.7.3)
|
||||
|
|
Loading…
Reference in a new issue