Skip to content

Commit

Permalink
bump rails version in openapi3 rails example
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 15, 2024
1 parent 9b2f29a commit f589dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/openapi3_rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.2.0'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem 'rails', '~> 7.0.4.2'
gem 'rails', '~> 7.0.8.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3', '~> 1.4'
# Use Puma as the app server
Expand Down

0 comments on commit f589dd2

Please sign in to comment.