Skip to content

Commit ec15892

Browse files
committed
fixup
1 parent 8129229 commit ec15892

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gemspec
66

77
gem "puma"
88

9-
gem "sqlite3"
9+
gem "sqlite3", "~> 1.4"
1010

1111
# Start debugger with binding.b [https://github.com/ruby/debug]
1212
# gem "debug", ">= 1.0.0"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
custom_elements-rails (0.1.2)
5-
rails (>= 7)
5+
rails (>= 7.0.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -196,7 +196,7 @@ DEPENDENCIES
196196
appraisal
197197
custom_elements-rails!
198198
puma
199-
sqlite3
199+
sqlite3 (~> 1.4)
200200

201201
BUNDLED WITH
202202
2.5.9

0 commit comments

Comments
 (0)