Skip to content

Commit 2b5d930

Browse files
authored
Merge pull request rails#212 from rails/flavorjones-update-gemfile-native
dev: remove sqlite3 and add native platforms to the Gemfile.lock
2 parents 5661d21 + 75488bf commit 2b5d930

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33
gemspec
44

5-
gem "sqlite3"
65
gem "debug", ">= 1.0.0"
76

87
group :test do

Gemfile.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ GEM
6262
nokogiri (1.13.6)
6363
mini_portile2 (~> 2.8.0)
6464
racc (~> 1.4)
65+
nokogiri (1.13.6-x86_64-darwin)
66+
racc (~> 1.4)
67+
nokogiri (1.13.6-x86_64-linux)
68+
racc (~> 1.4)
6569
racc (1.6.0)
6670
rack (2.2.3)
6771
rack-test (1.1.0)
@@ -80,19 +84,19 @@ GEM
8084
rake (13.0.6)
8185
reline (0.2.7)
8286
io-console (~> 0.5)
83-
sqlite3 (1.4.2)
8487
thor (1.2.1)
8588
tzinfo (2.0.4)
8689
concurrent-ruby (~> 1.0)
8790
zeitwerk (2.5.1)
8891

8992
PLATFORMS
9093
ruby
94+
x86_64-darwin
95+
x86_64-linux
9196

9297
DEPENDENCIES
9398
actionmailer (>= 6.0.0)
9499
debug (>= 1.0.0)
95-
sqlite3
96100
tailwindcss-rails!
97101

98102
BUNDLED WITH

0 commit comments

Comments
 (0)