We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efaea0c commit cb0b5e0Copy full SHA for cb0b5e0
Gemfile
@@ -3,7 +3,11 @@ source 'https://rubygems.org'
3
gem 'json'
4
gem 'rake', :require => ['rake/testtask']
5
gem 'rake-compiler', :require => ['rake/extensiontask', 'rake/javaextensiontask']
6
-gem 'activesupport'
+if RUBY_VERSION < '1.9.3'
7
+ gem 'activesupport', '~>3.0'
8
+else
9
+ gem 'activesupport'
10
+end
11
12
group :deploy do
13
gem 'git'
0 commit comments