Skip to content

Commit

Permalink
add squlite to spec/dummy gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Apr 22, 2024
1 parent 44ed561 commit eeeead3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion react_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Gem::Specification.new do |s|
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
1 change: 1 addition & 0 deletions spec/dummy/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.6"
eval_gemfile File.expand_path("../../Gemfile.development_dependencies", __dir__)

gem "react_on_rails", path: "../.."

0 comments on commit eeeead3

Please sign in to comment.