Gemfile in unicopy-1.0.0 vs Gemfile in unicopy-1.0.1
- old
+ new
@@ -2,6 +2,6 @@
gemspec
gem 'minitest'
gem 'rake'
-gem 'irbtools', require: 'irbtools/binding'
+gem 'irbtools', require: 'irbtools/binding' unless RUBY_ENGINE == "jruby"
- old
+ new