Skip to content

Commit

Permalink
CI Fix for sqlite (#1613)
Browse files Browse the repository at this point in the history
* add squlite to spec/dummy gemfile
* try Gemfile.development_dependencies this time
  • Loading branch information
Judahmeek authored Apr 24, 2024
1 parent 3627488 commit 613dfe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.development_dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "shakapacker", "7.2.1"
gem "bootsnap", require: false
gem "rails", "~> 7.1"

gem "sqlite3"
gem "sqlite3", "~> 1.6"
gem "sass-rails", "~> 6.0"
gem "uglifier"
gem "jquery-rails"
Expand Down
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

0 comments on commit 613dfe4

Please sign in to comment.