1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00

Lock tins to ~> 1.6.0 for Ruby 1.8 and 1.9 compatibility

This commit is contained in:
Erik Michaels-Ober 2016-08-08 11:22:33 -07:00
parent a38e93a562
commit 36e1433cde

View file

@ -20,6 +20,7 @@ group :test do
gem 'rspec', '~> 3.0'
gem 'rubocop', '>= 0.25', :platforms => [:ruby_19, :ruby_20, :ruby_21, :ruby_22]
gem 'simplecov', '>= 0.9'
gem 'tins', '~> 1.6.0', :platforms => [:jruby_18, :jruby_19, :ruby_18, :ruby_19]
end
gemspec