Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMitchell committed Jan 15, 2024
1 parent 38f1592 commit 4de316b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ gem 'rexml' # Temporary until next version of rails

gem 'rails', '~> 7.1.2'
gem 'pg', '>= 0.18', '< 2.0'
gem 'puma', '~> 5.1'
gem 'puma', '~> 6.4'

gem 'sass-rails', '>= 6'
gem 'webpacker', '~> 5.2'
gem 'webpacker', '~> 5.4'
gem 'turbolinks', '~> 5'

gem 'jbuilder', '~> 2.7'
gem 'jbuilder', '~> 2.11'

gem 'devise'
gem 'friendly_id'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (5.0.4)
puma (5.6.8)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.8)
Expand Down Expand Up @@ -254,7 +254,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.10.0)
selenium-webdriver (4.16.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -298,10 +298,10 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.3.1)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
selenium-webdriver (~> 4.0)
webpacker (5.4.4)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -330,11 +330,11 @@ DEPENDENCIES
devise
discord-notifier
friendly_id
jbuilder (~> 2.7)
jbuilder (~> 2.11)
listen (~> 3.2)
local_time
pg (>= 0.18, < 2.0)
puma (~> 5.1)
puma (~> 6.4)
rails (~> 7.1.2)
redis
rexml
Expand All @@ -350,7 +350,7 @@ DEPENDENCIES
tzinfo-data
web-console (>= 3.3.0)
webdrivers
webpacker (~> 5.2)
webpacker (~> 5.4)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit 4de316b

Please sign in to comment.