mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
i18n >= 0.7 has no Ruby18 support
This commit is contained in:
parent
6d809ed7c8
commit
3268a7877e
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'activerecord', '~> 3.0'
|
gem 'activerecord', '~> 3.0'
|
||||||
|
gem 'i18n', '~> 0.6.11'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rake', '~> 10.1.1'
|
gem 'rake', '~> 10.1.1'
|
||||||
|
|
Loading…
Reference in a new issue