mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 00:36:42 +01:00
Update sqlite3
This commit is contained in:
parent
bb2f0024f1
commit
a73a9b4a9b
2
Gemfile
2
Gemfile
@ -6,7 +6,7 @@ gem 'rails', '7.0.1'
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 5.5'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
gem 'sqlite3', '~> 1.4.1'
|
||||
gem 'sqlite3', '~> 1.5.3'
|
||||
|
||||
gem 'mysql2', '~> 0.5.2', group: :production
|
||||
|
||||
|
||||
11
Gemfile.lock
11
Gemfile.lock
@ -156,7 +156,7 @@ GEM
|
||||
marcel (1.0.2)
|
||||
method_source (1.0.0)
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.7.1)
|
||||
mini_portile2 (2.8.0)
|
||||
minitest (5.15.0)
|
||||
msgpack (1.4.4)
|
||||
multi_json (1.15.0)
|
||||
@ -182,8 +182,8 @@ GEM
|
||||
net-protocol
|
||||
timeout
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.13.1)
|
||||
mini_portile2 (~> 2.7.0)
|
||||
nokogiri (1.13.9)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
oauth2 (1.4.7)
|
||||
faraday (>= 0.8, < 2.0)
|
||||
@ -278,7 +278,8 @@ GEM
|
||||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
sprockets (>= 3.0.0)
|
||||
sqlite3 (1.4.2)
|
||||
sqlite3 (1.5.3)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
stringio (3.0.1)
|
||||
strscan (3.0.1)
|
||||
thor (1.2.1)
|
||||
@ -337,7 +338,7 @@ DEPENDENCIES
|
||||
rails-i18n (~> 7.0.1)
|
||||
sassc-rails (~> 2.1.2)
|
||||
sdoc (~> 2.2.0)
|
||||
sqlite3 (~> 1.4.1)
|
||||
sqlite3 (~> 1.5.3)
|
||||
turbolinks (~> 5.2.1)
|
||||
tzinfo-data
|
||||
uglifier (~> 4.2.0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user