Commit a3ed4c95960903291400f1a012e9c6ab0f8792ae
1 parent
cce95085
Exists in
master
and in
11 other branches
rails4: Use latest version from 4.1 series
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile
1 | source "https://rubygems.org" | 1 | source "https://rubygems.org" |
2 | -gem 'rails', '~> 4.1' | ||
3 | -gem 'minitest', '~> 3.2.0' | 2 | +gem 'rails', '~> 4.1.6' |
3 | +gem 'minitest' | ||
4 | gem 'fast_gettext', '~> 0.6.8' | 4 | gem 'fast_gettext', '~> 0.6.8' |
5 | gem 'acts-as-taggable-on', '~> 3.4.2' | 5 | gem 'acts-as-taggable-on', '~> 3.4.2' |
6 | gem 'rails_autolink', '~> 1.1.5' | 6 | gem 'rails_autolink', '~> 1.1.5' |