Skip to content

Commit

Permalink
Specify main branch for Rails edge.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Sep 24, 2022
1 parent f38c6a1 commit 2b77e9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gemfiles/Gemfile-rails-main
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source 'https://rubygems.org'
gemspec path: '..'

gem 'country_select'
gem 'railties', github: 'rails/rails'
gem 'activemodel', github: 'rails/rails'
gem 'actionpack', github: 'rails/rails'
gem 'railties', github: 'rails/rails', branch: 'main'
gem 'activemodel', github: 'rails/rails', branch: 'main'
gem 'actionpack', github: 'rails/rails', branch: 'main'
gem 'rake'
gem 'tzinfo'

0 comments on commit 2b77e9c

Please sign in to comment.