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:
parent
a38e93a562
commit
36e1433cde
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue