From 16a403e6335dc564da7b1f559f10e334bdf5fd74 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 18 Feb 2021 16:18:38 -0800 Subject: [PATCH] relax gemfile version --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b25cf8ad..f2d351b3 100644 --- a/Gemfile +++ b/Gemfile @@ -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'