Skip to content

Commit

Permalink
relax versions of a few of the deps in the gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
movitto committed Jan 10, 2013
1 parent 0971da2 commit 7fabeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '3.2.3'
gem 'rails', '~> 3.2.3'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
Expand All @@ -12,7 +12,7 @@ gem 'bootstrap-sass', '~> 2.0.0'

#i18n support
gem 'fast_gettext'
gem 'gettext_i18n_rails', '>= 0.4.3'
gem 'gettext_i18n_rails', '>= 0.4.0'
gem 'rails-i18n'

group :assets do
Expand Down

0 comments on commit 7fabeee

Please sign in to comment.