Skip to content

Commit

Permalink
Add branch to Rails main gemfile
Browse files Browse the repository at this point in the history
Allows testing with local repo more easily.
  • Loading branch information
carlosantoniodasilva committed Feb 4, 2023
1 parent 4f616b1 commit cf4f8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem 'actionpack', github: 'rails/rails'
gem 'activesupport', github: 'rails/rails'
gem 'actionpack', github: 'rails/rails', branch: 'main'
gem 'activesupport', github: 'rails/rails', branch: 'main'

gemspec path: "../"

0 comments on commit cf4f8c2

Please sign in to comment.