Gemfile in knjrbfw-0.0.66 vs Gemfile in knjrbfw-0.0.67
- old
+ new
@@ -11,10 +11,9 @@
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "rspec", "~> 2.3.0"
gem "bundler", ">= 1.0.0"
gem "jeweler", "~> 1.6.3"
- gem "rcov", ">= 0"
gem "sqlite3" if RUBY_ENGINE != "jruby"
gem "rmagick" if RUBY_ENGINE != "jruby"
gem "rmagick4j" if RUBY_ENGINE == "jruby"
end