Skip to content

Commit

Permalink
Match gemfiles with corresponding rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanni Brasil committed Apr 22, 2024
1 parent 61d7eb2 commit 17504cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superglue_rails/Gemfile.70
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gemspec

gem 'rails', '~> 7.1.0'
gem 'rails', '~> 7.0.0'
gem 'selenium-webdriver'
gem 'props_template'
gem 'standard'
Expand Down
2 changes: 1 addition & 1 deletion superglue_rails/Gemfile.71
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gemspec

gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.0'
gem 'selenium-webdriver'
gem 'props_template'
gem 'standard'
Expand Down

0 comments on commit 17504cc

Please sign in to comment.