Skip to content

Commit

Permalink
Missing gem dep
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Oct 12, 2022
1 parent 099e584 commit 8286deb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ gem "minitest", "~> 5.0"
gem "standard", "~> 1.3"

gem "steep", "~> 1.2"

gem "sqlite3", "~> 1.5"
1 change: 1 addition & 0 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "sqlite3"
gem "activesupport", "~> 6.1.7", ">= 6.1.0"
gem "activerecord", "~> 6.1.7", ">= 6.1.0"
gem "rake", "~> 13.0"
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source "https://rubygems.org"

gem "sqlite3"
gem "activesupport", "~> 7.0.4"
gem "activerecord", "~> 7.0.4"
gem "rake", "~> 13.0"
Expand Down

0 comments on commit 8286deb

Please sign in to comment.