1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Merge pull request #4005 from bogdanvlviv/dependencies

change rails version from 4.2.5 to 4.2.6
This commit is contained in:
Ulisses Almeida 2016-04-08 17:04:02 -03:00
commit b397d33246
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
gem "rails", "~> 4.2.5"
gem "rails", "~> 4.2.6"
gem "omniauth", "~> 1.3"
gem "omniauth-oauth2", "~> 1.4"
gem "rdoc"

View file

@ -174,7 +174,7 @@ DEPENDENCIES
omniauth-facebook
omniauth-oauth2 (~> 1.4)
omniauth-openid (~> 1.0.1)
rails (~> 4.2.5)
rails (~> 4.2.6)
rdoc
sqlite3
webrat (= 0.7.3)