Gemfile in checkr-official-1.1.1 vs Gemfile in checkr-official-1.1.2
- old
+ new
@@ -1,3 +1,7 @@
source 'https://rubygems.org'
gemspec
+
+if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('2.0.0')
+ gem 'rest-client', '1.8.0'
+end
- old
+ new