Skip to content

Commit 75a1f12

Browse files
Drop sprockets-rails dependency
This was incorrectly set as a gem dependency when we only really needed it for development. Issues ------ - Closes #35
1 parent cbe3a2a commit 75a1f12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ PATH
33
specs:
44
rails_mvp_authentication (0.1.0)
55
rails (>= 7.0.0)
6-
sprockets-rails (~> 3.4, >= 3.4.2)
76

87
GEM
98
remote: https://rubygems.org/

rails_mvp_authentication.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ Gem::Specification.new do |spec|
1919
end
2020

2121
spec.add_dependency "rails", ">= 7.0.0"
22-
spec.add_dependency "sprockets-rails", "~> 3.4", ">= 3.4.2"
2322
end

0 commit comments

Comments
 (0)