Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pacso committed Apr 26, 2024
1 parent ae34e89 commit 615d234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "sqlite3"
gem "sqlite3", "~> 1.4"

group :test do
gem "activerecord"
Expand Down
2 changes: 1 addition & 1 deletion devise-guests.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "rspec", "~> 3.0"
s.add_development_dependency "rake"
s.add_development_dependency "combustion", "~> 1.0"
s.add_development_dependency "combustion", "~> 1.3"
s.add_development_dependency "rspec-rails"
s.add_development_dependency "capybara"
s.add_development_dependency "standard"
Expand Down

0 comments on commit 615d234

Please sign in to comment.