gemfiles/rails_master.gemfile in trix-rails-2.2.0 vs gemfiles/rails_master.gemfile in trix-rails-2.3.0

- old
+ new

@@ -2,12 +2,12 @@ source "https://rubygems.org" gem "rails", git: "https://github.com/rails/rails.git", branch: "master" gem "arel", git: "https://github.com/rails/arel.git", branch: "master" -gem "rspec-core", git: "https://github.com/rspec/rspec-core.git", branch: "master" -gem "rspec-expectations", git: "https://github.com/rspec/rspec-expectations.git", branch: "master" -gem "rspec-mocks", git: "https://github.com/rspec/rspec-mocks.git", branch: "master" -gem "rspec-rails", git: "https://github.com/rspec/rspec-rails.git", branch: "master" -gem "rspec-support", git: "https://github.com/rspec/rspec-support.git", branch: "master" +gem "rspec-core", git: "https://github.com/rspec/rspec-core.git", branch: "main" +gem "rspec-expectations", git: "https://github.com/rspec/rspec-expectations.git", branch: "main" +gem "rspec-mocks", git: "https://github.com/rspec/rspec-mocks.git", branch: "main" +gem "rspec-rails", git: "https://github.com/rspec/rspec-rails.git", branch: "main" +gem "rspec-support", git: "https://github.com/rspec/rspec-support.git", branch: "main" gemspec path: "../"