Skip to content

Commit

Permalink
Relax ox dependency as we are now compatible with ruby 2.7. Also fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lacostej committed Dec 1, 2023
1 parent 184d662 commit b34b520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ gem "xcode-install", ">= 2.6.7" # needed for running xcode-install related tests

gem "danger", "~> 8.0"
gem "danger-junit", "~> 1.0"
gem "ox", "2.13.2"
gem "ox", "~> 2.13"

gemspec(path: ".")

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -217,7 +217,7 @@ GEM
open4 (1.3.4)
optparse (0.1.1)
os (1.1.4)
ox (2.13.2)
ox (2.14.17)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -376,7 +376,7 @@ DEPENDENCIES
fastlane-plugin-clubmate
fastlane-plugin-ruby
fastlane-plugin-slack_train (>= 0.2.0)
ox (= 2.13.2)
ox (~> 2.13)
pry
pry-byebug
pry-rescue
Expand Down

0 comments on commit b34b520

Please sign in to comment.