Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Feb 26, 2024
1 parent 63a7323 commit 9842712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ gem "danger-junit", "~> 1.0"
gem "fakefs", "1.8"
# 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 9842712

Please sign in to comment.