Skip to content

Commit

Permalink
Fix appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
dwbutler committed Aug 11, 2016
1 parent 6d99b8f commit 5ff6c9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Expand Up @@ -24,8 +24,3 @@ platforms :ruby do
gem "mysql2", "~> 0.3.11"
gem "pg"
end

if RUBY_VERSION < '2'
gem 'json', '~> 1.8'
gem 'tins', '1.6.0', require: false
end
5 changes: 5 additions & 0 deletions groupify.gemspec
Expand Up @@ -18,6 +18,11 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 1.9.3"

if RUBY_VERSION < '2'
gem 'json', '~> 1.8'
gem 'tins', '1.6.0', require: false
end

gem.add_development_dependency "mongoid", ">= 3.1"
gem.add_development_dependency "activerecord", ">= 3.2", "< 5.1"

Expand Down

0 comments on commit 5ff6c9b

Please sign in to comment.