Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeetenby authored and dfeetenby committed Nov 27, 2024
1 parent a454325 commit 3f1509a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ group :development, :test do
gem 'foreman'
gem 'pry-byebug'
gem 'pry-rails'
gem 'rexml', '3.3.9'
gem 'rexml', '>= 3.3.9'
gem 'rubocop-factory_bot', require: false
gem 'rubocop-govuk', require: false
gem 'rubocop-performance', require: false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ DEPENDENCIES
rails
rails-erd
redcarpet
rexml (= 3.3.9)
rexml (>= 3.3.9)
rspec-rails
rubocop-factory_bot
rubocop-govuk
Expand Down

0 comments on commit 3f1509a

Please sign in to comment.