Skip to content

Commit

Permalink
Lock version of tins for ruby 1.9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Nov 10, 2015
1 parent cf4bf7b commit fdd6603
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile
Expand Up @@ -4,7 +4,12 @@ source 'https://rubygems.org'
gemspec path: File.expand_path('..', __FILE__)

gem 'simplecov', '~> 0.10', require: false
gem 'coveralls', require: false

# Locking coverall dependency tins to 1.6.x because 1.7.0 requires ruby >= 2.0
group :test do
gem 'coveralls', require: false
gem 'tins', "~> 1.6.0", require: false
end

group :test do
gem "blacklight-marc", "~> 5.0", github: "projectblacklight/blacklight_marc"
Expand Down

0 comments on commit fdd6603

Please sign in to comment.