Skip to content

Commit

Permalink
[ci] add deps reqs fo Ruby version compatibility
Browse files Browse the repository at this point in the history
rack ~> 1.6 for Ruby < 2.2 compatibility
json ~> 1.8 for Ruby 1.9.3 compatibility
  • Loading branch information
degemer committed Sep 21, 2016
1 parent de4f20f commit c47c983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ source 'https://rubygems.org'
gemspec

gem 'rake', '10.1.0'
gem 'rack', '~> 1.6'

group :development do
gem "faker", "~> 1.2.0"
Expand All @@ -14,4 +15,5 @@ end

group :test do
gem "timecop"
gem 'json', '~> 1.8'
end

0 comments on commit c47c983

Please sign in to comment.