Skip to content

Commit

Permalink
fixup! fixup! Fix linting on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Aug 19, 2024
1 parent 7a461e1 commit 42c0aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ gem "multipart-parser", "~> 0.1.1"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem "simplecov", "~> 0.19.0"
gem "standard", "~> 1.30.0" if Gem::Version.new(RUBY_VERSION) > Gem::Version.new("2.6")
gem "standard", "~> 1.30.0" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7")
gem "webmock", "~> 3.4"

0 comments on commit 42c0aee

Please sign in to comment.