Skip to content

Commit

Permalink
Update dependency location
Browse files Browse the repository at this point in the history
  • Loading branch information
noelrappin committed Jan 26, 2024
1 parent 87251b2 commit 52801af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in sql_enum.gemspec
gemspec

gem "activesupport", "~> 7.0.0"
gem "activerecord", "~> 7.0.0"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ PATH
remote: .
specs:
sql_enum (1.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)
mysql2

GEM
Expand Down Expand Up @@ -65,8 +67,6 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)
appraisal
awesome_print
bundler
Expand Down
2 changes: 2 additions & 0 deletions sql_enum.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "mysql2"
spec.add_dependency "activesupport", "~> 7.0.0"
spec.add_dependency "activerecord", "~> 7.0.0"

spec.add_development_dependency "appraisal"
spec.add_development_dependency "awesome_print"
Expand Down

0 comments on commit 52801af

Please sign in to comment.