Skip to content

Commit

Permalink
move squlite to dev_dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Apr 22, 2024
1 parent c5e899b commit 44ed561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Gem::Specification.new do |s|
s.add_dependency "addressable"
s.add_dependency "connection_pool"
s.add_dependency "execjs", "~> 2.5"
s.add_dependency "sqlite3", "~> 1.6"
s.add_dependency "rails", ">= 5.2"
s.add_dependency "rainbow", "~> 3.0"

s.add_development_dependency "gem-release"
s.add_development_dependency "sqlite3", "~> 1.6"
s.post_install_message = '
--------------------------------------------------------------------------------
Checkout https://www.shakacode.com/react-on-rails-pro for information about
Expand Down

0 comments on commit 44ed561

Please sign in to comment.