We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57edbbb commit e52edc1Copy full SHA for e52edc1
Gemfile
@@ -24,7 +24,7 @@ gem 'rack-ssl', require: 'rack/ssl'
24
gem 'rails', '6.1.7.10'
25
gem 'rails-html-sanitizer', '~> 1.6'
26
gem 'ranked-model'
27
-gem 'rexml', '~> 3.3'
+gem 'rexml', '~> 3.4'
28
gem 'sass-rails', '~> 5.1'
29
gem 'sentry-rails'
30
gem 'sentry-ruby'
Gemfile.lock
@@ -232,7 +232,7 @@ GEM
232
responders (3.1.1)
233
actionpack (>= 5.2)
234
railties (>= 5.2)
235
- rexml (3.4.0)
+ rexml (3.4.1)
236
rspec-core (3.13.3)
237
rspec-support (~> 3.13.0)
238
rspec-expectations (3.13.3)
@@ -354,7 +354,7 @@ DEPENDENCIES
354
rails-html-sanitizer (~> 1.6)
355
rails_12factor
356
ranked-model
357
- rexml (~> 3.3)
+ rexml (~> 3.4)
358
rspec-rails (~> 6.1)
359
rubocop (~> 1.73)
360
rubocop-rails
0 commit comments