Skip to content

Commit

Permalink
Relax ruby3 version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Aug 12, 2024
1 parent 693ccbc commit f5e7934
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 @@ -5,7 +5,7 @@ source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Synchronize with https://pages.github.com/versions
ruby '>=3.2.3'
ruby '>=3.0.0'

gem 'faraday', '0.17.3'

Expand Down

0 comments on commit f5e7934

Please sign in to comment.