[#290] using ~> instead of < for i18n dependency
it is more accurate in this case
This commit is contained in:
parent
cbc26ea982
commit
a0eb66fc98
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source :rubygems
|
||||||
gem "rails", "2.3.11"
|
gem "rails", "2.3.11"
|
||||||
|
|
||||||
gem "coderay", "~> 0.9.7"
|
gem "coderay", "~> 0.9.7"
|
||||||
gem "i18n", "< 0.5" # explicit version 0.4.2 is used in config!
|
gem "i18n", "~> 0.4.2"
|
||||||
gem "rubytree", "~> 0.5.2", :require => 'tree'
|
gem "rubytree", "~> 0.5.2", :require => 'tree'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
Loading…
Reference in New Issue