Skip to content

Commit b616741

Browse files
committed
.gitignore, gemfile, and gemfile.lock changes
1 parent f0714d8 commit b616741

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
!/tmp/pids/.keep
2626

2727
# Ignore storage (uploaded files in development and any SQLite databases).
28+
storage/*
2829
/storage/*
2930
/storage/.keep
31+
!storage/.keep
3032
!/storage/.keep
3133
/tmp/storage/*
3234
!/tmp/storage/

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem 'email_validator'
5252
# Styling
5353
gem 'sassc', '~> 2.4'
5454
gem 'sassc-rails', '~> 2.1.2'
55-
gem 'tailwindcss-rails', '~> 2.7.7'
55+
gem 'tailwindcss-rails', '~> 3.1'
5656

5757
# PDF parsing
5858
gem 'pdf-reader'
@@ -75,7 +75,7 @@ group :development do
7575
gem 'web-console'
7676

7777
# Linters
78-
gem 'rubocop', require: false
78+
gem 'rubocop', require: false
7979
gem 'rubocop-factory_bot', require: false
8080
gem 'rubocop-capybara', require: false
8181
gem 'rubocop-performance', '~> 1.12.0', require: false

Gemfile.lock

+23-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,12 @@ GEM
135135
railties (>= 5.0.0)
136136
faker (3.5.1)
137137
i18n (>= 1.8.11, < 2)
138-
ffi (1.17.1-x86_64-linux-gnu)
138+
ffi (1.17.0-aarch64-linux-gnu)
139+
ffi (1.17.0-arm-linux-gnu)
140+
ffi (1.17.0-arm64-darwin)
141+
ffi (1.17.0-x86-linux-gnu)
142+
ffi (1.17.0-x86_64-darwin)
143+
ffi (1.17.0-x86_64-linux-gnu)
139144
globalid (1.2.1)
140145
activesupport (>= 6.1)
141146
hashery (2.1.2)
@@ -181,8 +186,17 @@ GEM
181186
net-smtp (0.5.0)
182187
net-protocol
183188
nio4r (2.7.4)
184-
nokogiri (1.18.1-x86_64-linux-gnu)
189+
nokogiri (1.17.2-aarch64-linux)
185190
racc (~> 1.4)
191+
nokogiri (1.17.2-arm-linux)
192+
racc (~> 1.4)
193+
nokogiri (1.17.2-arm64-darwin)
194+
racc (~> 1.4)
195+
nokogiri (1.17.2-x86-linux)
196+
racc (~> 1.4)
197+
nokogiri (1.17.2-x86_64-darwin)
198+
racc (~> 1.4)
199+
nokogiri (1.17.2-x86_64-linux)
186200
orm_adapter (0.5.0)
187201
parallel (1.26.3)
188202
parser (3.3.6.0)
@@ -333,7 +347,7 @@ GEM
333347
stimulus-rails (1.3.4)
334348
railties (>= 6.0.0)
335349
stringio (3.1.2)
336-
tailwindcss-rails (2.7.9-x86_64-linux)
350+
tailwindcss-rails (3.1.0)
337351
railties (>= 7.0.0)
338352
thor (1.3.2)
339353
tilt (2.5.0)
@@ -365,6 +379,11 @@ GEM
365379
zeitwerk (2.7.1)
366380

367381
PLATFORMS
382+
aarch64-linux
383+
arm-linux
384+
arm64-darwin
385+
x86-linux
386+
x86_64-darwin
368387
x86_64-linux
369388

370389
DEPENDENCIES
@@ -405,7 +424,7 @@ DEPENDENCIES
405424
shoulda-matchers (~> 5.0)
406425
sprockets-rails
407426
stimulus-rails
408-
tailwindcss-rails (~> 2.7.7)
427+
tailwindcss-rails (3.1.0)
409428
turbo-rails
410429
tzinfo-data
411430
web-console

0 commit comments

Comments
 (0)