Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Feb 27, 2024
1 parent b12198f commit 04acb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -20,9 +20,9 @@ gem "fakefs", "1.8"
gem "mime-types", ['>= 1.16', '< 4.0']
# Fast XML parser and object marshaller.
if RUBY_VERSION < '2.7.0'
gem "ox", "2.13.2"
gem "ox", "2.13.2"
else
gem "ox", "~> 2.13"
gem "ox", "~> 2.13"
end
# Provides an interactive debugging environment for Ruby.
gem "pry"
Expand Down

0 comments on commit 04acb8b

Please sign in to comment.