Moved to rails 4.0.3. Specified twitter lib.
This commit is contained in:
parent
591fab6d79
commit
d9db3576a6
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -1,6 +1,6 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '4.0.2'
|
gem 'rails', '4.0.3'
|
||||||
gem 'rails-observers'
|
gem 'rails-observers'
|
||||||
gem 'activerecord-session_store'
|
gem 'activerecord-session_store'
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ gem 'omniauth-facebook'
|
||||||
gem 'omniauth-linkedin'
|
gem 'omniauth-linkedin'
|
||||||
gem 'omniauth-google-oauth2'
|
gem 'omniauth-google-oauth2'
|
||||||
|
|
||||||
gem 'twitter'
|
gem 'twitter', '~> 5.8'
|
||||||
gem 'koala'
|
gem 'koala'
|
||||||
gem 'mail'
|
gem 'mail'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue