Skip to content
Open
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
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ruby File.read(".ruby-version").strip
source "https://rubygems.org"

# Choo choo 🚝 (only include the Rails gems we need)
gem "actionpack", "~> 6.1"
gem "actionpack", "~> 6.1", ">= 6.1.7.6"
gem "actionview", "~> 6.0"
gem "activesupport", "~> 6.1"
gem "railties", "~> 6.0"
gem "railties", "~> 6.1", ">= 6.1.7.6"

# Use Puma as the app server
gem "puma"
Expand All @@ -33,7 +33,7 @@ gem "rouge", "3.3.0"
gem "escape_utils"

# One rails log line per request, instead of enraging quantity
gem "lograge"
gem "lograge", ">= 0.13.0"

# Error reporting
gem "bugsnag"
Expand All @@ -44,36 +44,36 @@ gem 'front_matter_parser'
gem 'matrix'

# Asset compilation
gem 'vite_rails'
gem 'vite_rails', '>= 3.0.15'

# No page reloads
gem 'turbo-rails'
gem 'turbo-rails', '>= 1.5.0'

# Sitemap
gem 'sitemap_generator'

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]
gem "dotenv-rails"
gem "dotenv-rails", ">= 3.0.0"
end

group :development do
# Access an interactive console on exception pages or by calling `console` anywhere in the code.
gem "web-console"
gem "web-console", ">= 4.2.1"
gem "pry"
gem 'graphql-client'
end

group :test do
# Who doesn't love tests!?
gem "rspec-rails"
gem "rspec-rails", ">= 6.0.0"

# We want junit output so we can annotate the build
gem "rspec_junit_formatter"

# Browser testing stuff
gem "capybara"
gem "capybara", ">= 3.36.0"
end

group :test do
Expand Down
166 changes: 83 additions & 83 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,195 +1,195 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.7.5)
actionview (= 6.1.7.5)
activesupport (= 6.1.7.5)
actionpack (6.1.7.10)
actionview (= 6.1.7.10)
activesupport (= 6.1.7.10)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.7.5)
activesupport (= 6.1.7.5)
actionview (6.1.7.10)
activesupport (= 6.1.7.10)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.7.5)
activesupport (= 6.1.7.5)
globalid (>= 0.3.6)
activemodel (6.1.7.5)
activesupport (= 6.1.7.5)
activesupport (6.1.7.5)
activemodel (6.1.7.10)
activesupport (= 6.1.7.10)
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bindex (0.8.1)
bugsnag (6.21.0)
concurrent-ruby (~> 1.0)
builder (3.2.4)
builder (3.3.0)
buildkite-test_collector (2.3.1)
activesupport (>= 4.2)
byebug (11.1.3)
capybara (3.35.3)
capybara (3.40.0)
addressable
matrix
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
nokogiri (~> 1.11)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
concurrent-ruby (1.3.5)
crass (1.0.6)
diff-lcs (1.4.4)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dry-cli (1.0.0)
erubi (1.12.0)
diff-lcs (1.6.2)
dotenv (3.1.8)
dotenv-rails (3.1.8)
dotenv (= 3.1.8)
railties (>= 6.1)
dry-cli (1.3.0)
erubi (1.13.1)
escape_utils (1.2.1)
foreman (0.87.2)
front_matter_parser (1.0.1)
globalid (1.1.0)
activesupport (>= 5.0)
graphql (2.0.16)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
i18n (1.14.1)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
lograge (0.12.0)
logger (1.7.0)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.21.3)
loofah (2.24.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.8.2)
minitest (5.19.0)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
minitest (5.25.5)
mutex_m (0.3.0)
nio4r (2.5.9)
nokogiri (1.15.2)
nokogiri (1.18.10)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
public_suffix (6.0.2)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack-proxy (0.7.6)
racc (1.8.1)
rack (2.2.18)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (6.1.7.5)
actionpack (= 6.1.7.5)
activesupport (= 6.1.7.5)
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)
railties (6.1.7.10)
actionpack (= 6.1.7.10)
activesupport (= 6.1.7.10)
method_source
rake (>= 12.2)
thor (~> 1.0)
rake (13.0.6)
rake (13.3.0)
redcarpet (3.6.0)
regexp_parser (2.1.1)
request_store (1.5.0)
regexp_parser (2.11.3)
request_store (1.7.0)
rack (>= 1.4)
rouge (3.3.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec-core (3.13.5)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.6)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
sitemap_generator (6.3.0)
builder (~> 3.0)
stringex (2.8.5)
thor (1.2.1)
turbo-rails (1.4.0)
thor (1.4.0)
turbo-rails (2.0.12)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
vite_rails (3.0.14)
railties (>= 5.1, < 8)
vite_rails (3.0.19)
railties (>= 5.1, < 9)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.3.0)
vite_ruby (3.9.2)
dry-cli (>= 0.7, < 2)
logger (~> 1.6)
mutex_m
rack-proxy (~> 0.6, >= 0.6.1)
zeitwerk (~> 2.2)
web-console (4.2.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.11)
zeitwerk (2.6.18)

PLATFORMS
ruby

DEPENDENCIES
actionpack (~> 6.1)
actionpack (~> 6.1, >= 6.1.7.6)
actionview (~> 6.0)
activesupport (~> 6.1)
bugsnag
buildkite-test_collector
byebug
capybara
capybara (>= 3.36.0)
commonmarker
dotenv-rails
dotenv-rails (>= 3.0.0)
escape_utils
foreman
front_matter_parser
graphql-client
lograge
lograge (>= 0.13.0)
matrix
pry
puma
railties (~> 6.0)
railties (~> 6.1, >= 6.1.7.6)
redcarpet
rouge (= 3.3.0)
rspec-rails
rspec-rails (>= 6.0.0)
rspec_junit_formatter
sitemap_generator
stringex
turbo-rails
vite_rails
web-console
turbo-rails (>= 1.5.0)
vite_rails (>= 3.0.15)
web-console (>= 4.2.1)

RUBY VERSION
ruby 3.2.2p53
ruby 3.1.7p261

BUNDLED WITH
2.4.7
2.3.27