Gemfile in checkr-official-1.1.0 vs Gemfile in checkr-official-1.1.1

- old
+ new

@@ -1,8 +1,3 @@ -source "https://rubygems.org" -gemspec +source 'https://rubygems.org' -if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new('1.9.3') - gem 'i18n', '< 0.7' - gem 'rest-client', '~> 1.6.8' - gem 'activesupport', '~> 3.2' -end +gemspec