Skip to content

Commit

Permalink
update development gems
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl committed Dec 8, 2017
1 parent d2bd2db commit b91b0bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ end

group :development do
# Standard gems across gemfiles
gem 'jeweler', '2.0.1'
gem 'jeweler', '2.3.7'
gem 'travis-lint', '1.7.0'
# Can I state that I really dislike camelcased gem names?
gem 'RedCloth', '4.2.9'
gem 'sqlite3', '1.3.10'
gem 'test-unit', '3.0.9'

if activerecord?
gem 'activerecord', '4.0.3'
gem 'activerecord', '5.1.4'
end

if datamapper?
Expand All @@ -46,6 +46,6 @@ group :development do
gem 'i18n', '0.6.1'
else
# Everyone else can get the most up-to-date I18n
gem 'i18n', '0.6.9'
gem 'i18n', '0.7.0'
end
end

0 comments on commit b91b0bd

Please sign in to comment.