Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
antulik committed Jun 29, 2024
1 parent 53d1e3c commit 80345e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

# Specify your gem's dependencies in active_interaction-extras.gemspec
gemspec

gem "sqlite3", ">= 2"
2 changes: 1 addition & 1 deletion active_interaction-extras.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.7"
spec.add_development_dependency "pry"
spec.add_development_dependency "sqlite3"
spec.add_development_dependency "sqlite3", ">= 2"
spec.add_development_dependency "activerecord"
spec.add_development_dependency "activejob"
spec.add_development_dependency "actionpack"
Expand Down

0 comments on commit 80345e5

Please sign in to comment.