Skip to content

Commit d3e7b85

Browse files
committed
Remove explicit sprockets dependency for Rails 7
[!] There was an error parsing `Gemfile`: [!] There was an error parsing `Gemfile-rails-dependencies`: You cannot specify the same gem twice with different version requirements. You specified: sprockets-rails (>= 2.0.0) and sprockets-rails (>= 0). Bundler cannot continue. # from /home/runner/work/rspec-rails/rspec-rails/Gemfile-rails-dependencies:10 # ------------------------------------------- # gem 'sprockets', :git => 'https://github.com/rails/sprockets.git', :branch => 'master' > gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git', :branch => 'master'
1 parent f6a9b40 commit d3e7b85

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Gemfile-rails-dependencies

-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ version_file = File.expand_path("../.rails-version", __FILE__)
33
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
44
when /master/
55
gem "rails", :git => "https://github.com/rails/rails.git"
6-
gem "activerecord-deprecated_finders", :git => "https://github.com/rails/activerecord-deprecated_finders.git"
7-
gem "web-console", :git => "https://github.com/rails/web-console", :group => :development
8-
gem 'coffee-rails', :git => "https://github.com/rails/coffee-rails.git"
9-
gem 'sprockets', :git => 'https://github.com/rails/sprockets.git', :branch => 'master'
10-
gem 'sprockets-rails', :git => 'https://github.com/rails/sprockets-rails.git', :branch => 'master'
116
gem 'puma', "3.12.1"
127
gem 'activerecord-jdbcsqlite3-adapter', git: 'https://github.com/jruby/activerecord-jdbc-adapter', platforms: [:jruby]
138
gem 'selenium-webdriver', require: false

0 commit comments

Comments
 (0)