mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Enforce min bundler version required by rails-assets
This commit is contained in:
parent
64b825cebe
commit
34e8dade05
2 changed files with 4 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -1,5 +1,8 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# rails-assets requires >= 1.8.4
|
||||
gem 'bundler', '>= 1.8.4'
|
||||
|
||||
# as web framework
|
||||
gem 'rails', '~> 4.2'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue