Skip to content

Commit

Permalink
Merge pull request #296 from bergholdt/295-fix-build-on-1.9
Browse files Browse the repository at this point in the history
Fix build on 1.9
  • Loading branch information
jkeam committed Jan 20, 2017
2 parents 5bd4a57 + f10e595 commit e263079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -18,6 +18,8 @@ elsif RUBY_VERSION =~ /^1\.9\.3.*/
gem "mime-types", "2.99.3"
gem "rest-client", "1.8.0"
gem "rubocop", platforms: :mri, groups: [:test, :local_development]
gem "addressable", "2.4.0"
gem "ffi", "1.9.14" # windows support
elsif RUBY_VERSION =~ /^1\.9\.2.*/
# because of https://github.com/railsbp/rails_best_practices/blob/master/rails_best_practices.gemspec
gem "activesupport", "~> 3.2"
Expand All @@ -31,6 +33,9 @@ elsif RUBY_VERSION =~ /^1\.9\.2.*/
gem "mime-types", "2.99.3"
gem "rest-client", "1.8.0"
gem "json", "~> 1.7"
gem "addressable", "2.4.0"
gem "rainbow", "2.1.0"
gem "ffi", "1.9.14" # windows support
end

gemspec path: File.expand_path("..", __FILE__)
Expand Down

0 comments on commit e263079

Please sign in to comment.