Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.12"
- uses: actions/setup-node@v3
with:
node-version: 14

ruby-version: "4.0.6"
- name: Install PostgreSQL 11 client
run: |
sudo apt-get -yqq install libpq-dev
Expand All @@ -46,7 +42,6 @@ jobs:
run: |
gem install bundler
bundle install --jobs 4 --retry 3
yarn install
cp config/database.yml.github config/database.yml
cat config/database.yml
bin/setup
Expand All @@ -73,11 +68,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.12"
- uses: actions/setup-node@v3
with:
node-version: 14

ruby-version: "4.0.6"
- name: Install PostgreSQL 11 client
run: |
sudo apt-get -yqq install libpq-dev
Expand All @@ -91,7 +82,6 @@ jobs:
run: |
gem install bundler
bundle update rails --jobs 4 --retry 3
yarn install
cp config/database.yml.github config/database.yml
cat config/database.yml
bin/setup
Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


/public/assets
.byebug_history
.ruby-version

# Ignore master key for decrypting credentials and more.
Expand All @@ -29,9 +28,3 @@
# Database
config/database.yml

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.3.12
ruby 4.0.6
31 changes: 6 additions & 25 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,45 +5,26 @@ end
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '3.3.12'
ruby '4.0.6'

if next?
gem 'rails', '~> 7.2.0'
else
gem 'rails', '~> 7.1.0'
end
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
gem 'puma', '~> 4.1'
# Use SCSS for stylesheets
gem "sass-rails"
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 5.0'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.7'

gem 'foundation-rails'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end
gem 'rack', '~> 2.2'
gem 'puma', '~> 8.0'
gem 'sass-rails'
gem 'ostruct'

group :development do
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'web-console', '>= 3.3.0'
gem 'listen', '~> 3.2'
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

group :test do
gem 'test-unit'
gem 'minitest', '~> 5.25'
end

group :development, :test do
gem 'rails_best_practices'
end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
168 changes: 62 additions & 106 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,64 +80,51 @@ GEM
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
bigdecimal (4.1.2)
bindex (0.8.1)
builder (3.3.0)
byebug (11.1.3)
cgi (0.5.0)
code_analyzer (0.5.2)
sexp_processor
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
crass (1.0.6)
date (3.4.1)
cgi (0.5.2)
concurrent-ruby (1.3.8)
connection_pool (3.0.2)
crass (1.0.7)
date (3.5.1)
drb (2.2.3)
erb (4.0.4)
cgi (>= 0.3.3)
erb (6.0.7)
erubi (1.13.1)
erubis (2.7.0)
execjs (2.8.1)
ffi (1.15.4)
foundation-rails (6.6.2.0)
railties (>= 3.1.0)
sass (>= 3.3.0)
sprockets-es6 (>= 0.9.0)
globalid (1.3.0)
ffi (1.17.4-arm64-darwin)
ffi (1.17.4-x86_64-darwin)
ffi (1.17.4-x86_64-linux-gnu)
globalid (1.4.0)
activesupport (>= 6.1)
i18n (1.14.7)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.8.1)
irb (1.15.2)
io-console (0.9.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.11.2)
activesupport (>= 5.0.0)
json (2.6.0)
listen (3.7.0)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
loofah (2.24.1)
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.9.0)
mail (2.9.1)
logger
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.1.0)
marcel (1.2.1)
mini_mime (1.1.5)
minitest (5.26.0)
minitest (5.27.0)
mutex_m (0.3.0)
net-imap (0.5.12)
net-imap (0.6.6)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -146,29 +133,25 @@ GEM
timeout
net-smtp (0.5.1)
net-protocol
nio4r (2.7.4)
nokogiri (1.18.10-arm64-darwin)
nio4r (2.7.5)
nokogiri (1.19.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-darwin)
nokogiri (1.19.4-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.10-x86_64-linux-gnu)
nokogiri (1.19.4-x86_64-linux-gnu)
racc (~> 1.4)
ostruct (0.6.3)
pg (1.6.3-arm64-darwin)
pg (1.6.3-x86_64-darwin)
pg (1.6.3-x86_64-linux)
power_assert (2.0.1)
pp (0.6.3)
pp (0.6.4)
prettyprint
prettyprint (0.2.0)
psych (5.2.6)
date
stringio
puma (4.3.10)
prism (1.9.0)
puma (8.0.2)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.20)
rack-proxy (0.7.6)
rack
rack (2.2.24)
rack-session (1.0.2)
rack (< 3)
rack-test (2.2.0)
Expand All @@ -194,17 +177,9 @@ GEM
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
rails-html-sanitizer (1.7.1)
loofah (~> 2.25, >= 2.25.2)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails_best_practices (1.21.0)
activesupport
code_analyzer (>= 0.5.2)
erubis
i18n
json
require_all (~> 3.0)
ruby-progressbar
railties (7.1.6)
actionpack (= 7.1.6)
activesupport (= 7.1.6)
Expand All @@ -215,23 +190,21 @@ GEM
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)
rake (13.3.0)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
rake (13.4.2)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.15.0)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
reline (0.6.2)
reline (0.7.0)
io-console (~> 0.5)
require_all (3.0.0)
ruby-progressbar (1.11.0)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
sassc (2.4.0)
Expand All @@ -243,44 +216,31 @@ GEM
sprockets-rails
tilt
securerandom (0.4.1)
semantic_range (3.0.0)
sexp_processor (4.15.3)
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-es6 (0.9.2)
babel-source (>= 5.8.11)
babel-transpiler
sprockets (>= 3.0.0)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (4.4.0)
concurrent-ruby (~> 1.1)
logger
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.7)
test-unit (3.5.0)
power_assert
thor (1.4.0)
tilt (2.0.10)
timeout (0.4.3)
thor (1.5.0)
tilt (2.9.0)
timeout (0.6.1)
tsort (0.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
web-console (4.1.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webpacker (5.4.4)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.9.1)
websocket-driver (0.8.0)
webrick (1.9.2)
websocket-driver (0.8.2)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.18)
zeitwerk (2.8.3)

PLATFORMS
arm64-darwin-23
Expand All @@ -289,23 +249,19 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
byebug
foundation-rails
jbuilder (~> 2.7)
listen (~> 3.2)
minitest (~> 5.25)
ostruct
pg (>= 0.18, < 2.0)
puma (~> 4.1)
puma (~> 8.0)
rack (~> 2.2)
rails (~> 7.1.0)
rails_best_practices
sass-rails
test-unit
tzinfo-data
web-console (>= 3.3.0)
webpacker (~> 5.0)

RUBY VERSION
ruby 3.3.12p206
ruby 4.0.6p0

BUNDLED WITH
2.6.9
Loading