relax gemfile version

This commit is contained in:
Michael Ball 2021-02-18 16:18:38 -08:00
parent 7277c7dc51
commit 16a403e633

View file

@ -2,14 +2,13 @@
source 'https://rubygems.org'
ruby '~> 2.5.0'
ruby '=> 2.5.0'
# rails-assets requires >= 1.8.4
if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.8.4')
abort "Bundler version >= 1.8.4 is required"
end
# as web framework
gem 'rails', '~> 5.2'
# Use Puma as the app server
@ -142,7 +141,8 @@ gem 'rqrcode'
gem 'axlsx', git: 'https://github.com/randym/axlsx.git'
gem 'axlsx_rails'
gem 'sentry-raven'
gem 'sentry-ruby'
gem 'sentry-rails'
# to make links faster
gem 'turbolinks'