Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurd2326 committed Jul 19, 2024
1 parent e4aab67 commit f75b330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.7)
minitest (5.17.0)
net-imap (0.3.4)
date
Expand All @@ -109,7 +110,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.2-arm64-darwin)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
parallel (1.19.2)
parser (2.7.1.4)
Expand Down Expand Up @@ -189,7 +191,7 @@ DEPENDENCIES
has_state_machine!
pry
pry-rails
sqlite3
sqlite3 (~> 1.4)
standard

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion has_state_machine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "rails", ">= 5.2"

spec.add_development_dependency "sqlite3"
spec.add_development_dependency "sqlite3", "~> 1.4"
spec.add_development_dependency "pry"
spec.add_development_dependency "pry-rails"
spec.add_development_dependency "standard"
Expand Down

0 comments on commit f75b330

Please sign in to comment.