Skip to content

Commit

Permalink
fix: rm deps rails version
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Jan 25, 2025
1 parent 213b453 commit d259e41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rails_taggable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Gem::Specification.new do |spec|
end

spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.add_dependency "rails", "~> 6.0.3", ">= 6.0.3.6"

# spec.add_dependency "rails", "~> 6.0.3", ">= 6.0.3.6"
spec.add_development_dependency "sqlite3"
end

0 comments on commit d259e41

Please sign in to comment.