Skip to content

Commit

Permalink
add sqlite to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Apr 18, 2024
1 parent e20c6eb commit c5e899b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ 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"

Expand Down

0 comments on commit c5e899b

Please sign in to comment.