Commit a0eb66fc authored by Gregor Schmidt's avatar Gregor Schmidt

[#290] using ~> instead of < for i18n dependency

it is more accurate in this case
parent cbc26ea9
...@@ -3,7 +3,7 @@ source :rubygems ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment