Created
April 2, 2014 10:43
-
-
Save nlenepveu/9931774 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ diff Gemfile.rails40 Gemfile | |
--- Gemfile.rails40 2014-04-02 12:43:11.810808902 +0200 | |
+++ Gemfile 2014-04-02 11:19:02.754890760 +0200 | |
@@ -1,6 +1,6 @@ | |
source 'https://rubygems.org' | |
-gem 'rails', '4.0.4' | |
+gem 'rails', '3.2.17' | |
gem 'rake', '0.9.6' | |
gem 'net-sftp' | |
@@ -129,7 +129,7 @@ | |
gem 'exception_notification', '~> 4.0.1' | |
# to use RJS we need prototype-rails since Rails 3.1 | |
-gem "prototype-rails", "~> 4.0.0" | |
+gem 'prototype-rails' | |
gem 'koala', '~> 1.8.0' | |
@@ -144,7 +144,7 @@ | |
gem 'omniauth-oauth2', :git => '[email protected]:ifeelgoods/omniauth-oauth2.git', :tag => 'v1.1.1+ifg.2' | |
# to provide oauth | |
-gem 'doorkeeper', :git => 'https://github.com/ifeelgoods/doorkeeper.git', :ref => '63fa5a5' | |
+gem 'doorkeeper', :git => 'https://github.com/ifeelgoods/doorkeeper.git', :tag => 'v0.7.3+ifg.6' | |
# for bit.ly | |
gem 'bitly', '>= 0.9.0' | |
@@ -155,7 +155,7 @@ | |
gem 'acread', :git => 'https://github.com/ifeelgoods/acread.git', :tag => 'v0.6.2+ifg.3' | |
-gem 'globalize', '~> 4.0.0' | |
+gem 'globalize', '~> 3.0.0' | |
gem 'apipie-rails', :git => 'https://github.com/ifeelgoods/apipie-rails/', :tag => 'v0.0.24+ifg.6' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment