Commit 376bf478c3100bbb78186cb4995c2ca8a575fd4e
1 parent
a3ed4c95
Exists in
master
and in
11 other branches
rails4: update eita-jrails
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -21,7 +21,7 @@ gem 'exception_notification', '~> 4.0.1' |
21 | 21 | gem 'gettext', '~> 2.2.1', :require => false |
22 | 22 | gem 'locale', '~> 2.0.5' |
23 | 23 | gem 'whenever', :require => false |
24 | -gem 'eita-jrails', '~> 0.9.5', require: 'jrails' | |
24 | +gem 'eita-jrails', '>= 0.9.7', :require => 'jrails' | |
25 | 25 | |
26 | 26 | # asset pipeline |
27 | 27 | gem 'uglifier', '>= 1.0.3' | ... | ... |