gemfiles/json.gemfile in paid-1.1.4 vs gemfiles/json.gemfile in paid-1.2.0
- old
+ new
@@ -1,8 +1,8 @@
source "https://rubygems.org"
gemspec :path => File.join(File.dirname(__FILE__), "..")
-if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3')
+if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.2')
gem 'i18n', '< 0.7'
gem 'rest-client', '~> 1.6.8'
gem 'activesupport', '~> 3.2'
else
gem 'activesupport'