Skip to content

Commit

Permalink
Fix Sqlite3 v2 breaking devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Apr 20, 2024
1 parent 0b3e831 commit 939dd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
gem 'pry'
gem 'rails'
gem 'rails-controller-testing'
gem 'sqlite3'
gem 'sqlite3', '~> 1.0'

gemspec

0 comments on commit 939dd21

Please sign in to comment.