Gemfile in monetize-1.9.4 vs Gemfile in monetize-1.10.0
- old
+ new
@@ -1,8 +1,6 @@
source 'https://rubygems.org'
-gem 'coveralls', '>= 0.8.20', require: false
-
# JSON and I18n gem no longer supports ruby < 2.0.0
if defined?(JRUBY_VERSION)
gem 'json'
elsif RUBY_VERSION =~ /^1/
gem 'json', '~> 1.8.3'