Skip to content

Commit

Permalink
We need at least ox 2.4.16 for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Feb 27, 2024
1 parent 04acb8b commit 2f3a2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -22,7 +22,7 @@ gem "mime-types", ['>= 1.16', '< 4.0']
if RUBY_VERSION < '2.7.0'
gem "ox", "2.13.2"
else
gem "ox", "~> 2.13"
gem "ox", "2.14.16"
end
# Provides an interactive debugging environment for Ruby.
gem "pry"
Expand Down

0 comments on commit 2f3a2f6

Please sign in to comment.