relax gemfile version
This commit is contained in:
parent
7277c7dc51
commit
16a403e633
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
|
@ -2,14 +2,13 @@
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '~> 2.5.0'
|
ruby '=> 2.5.0'
|
||||||
|
|
||||||
# rails-assets requires >= 1.8.4
|
# rails-assets requires >= 1.8.4
|
||||||
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
|
||||||
abort "Bundler version >= 1.8.4 is required"
|
abort "Bundler version >= 1.8.4 is required"
|
||||||
end
|
end
|
||||||
|
|
||||||
# as web framework
|
|
||||||
gem 'rails', '~> 5.2'
|
gem 'rails', '~> 5.2'
|
||||||
|
|
||||||
# Use Puma as the app server
|
# Use Puma as the app server
|
||||||
|
|
@ -142,7 +141,8 @@ gem 'rqrcode'
|
||||||
gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
|
gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
|
||||||
gem 'axlsx_rails'
|
gem 'axlsx_rails'
|
||||||
|
|
||||||
gem 'sentry-raven'
|
gem 'sentry-ruby'
|
||||||
|
gem 'sentry-rails'
|
||||||
|
|
||||||
# to make links faster
|
# to make links faster
|
||||||
gem 'turbolinks'
|
gem 'turbolinks'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue