Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jun 23, 2024
1 parent 52e884b commit 7880b9b
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 154 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
ruby-version: '3.3.3'
bundler-cache: true
cache-version: 1
- name: Set up Node
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.2'
ruby-version: '3.3.3'
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v4
Expand Down
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '3.3.2'
ruby '3.3.3'

# Needed until Ruby 3.3.4 is released https://github.com/ruby/ruby/pull/11006
gem 'net-pop', github: 'ruby/net-pop'

gem 'rails', '7.1.3.4'

Expand All @@ -24,7 +27,7 @@ gem 'i18n-js', '~> 4.2'
gem 'inline_svg', '~> 1.9'
gem 'jbuilder', '~> 2.12'
gem 'kaminari', '~> 1.2'
gem 'newrelic_rpm', '~> 9.10'
gem 'newrelic_rpm', '~> 9.11'
gem 'omniauth', '~> 2.1'
gem 'omniauth-auth0', '~> 3.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0'
Expand Down
48 changes: 28 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
specs:
net-pop (0.1.2)
net-protocol

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -78,8 +85,8 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
airbrake (13.0.4)
airbrake-ruby (~> 6.0)
airbrake-ruby (6.2.2)
Expand Down Expand Up @@ -148,7 +155,7 @@ GEM
railties (>= 5.0.0)
faker (3.4.1)
i18n (>= 1.8.11, < 2)
faraday (2.9.1)
faraday (2.9.2)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
Expand All @@ -173,7 +180,7 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.7.2)
irb (1.13.1)
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
Expand All @@ -184,7 +191,7 @@ GEM
regexp_parser (>= 2.6.2, < 3.0.0)
regexp_property_values (~> 1.0)
json (2.7.2)
jwt (2.8.1)
jwt (2.8.2)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand All @@ -201,6 +208,7 @@ GEM
language_server-protocol (3.17.0.3)
launchy (2.5.2)
addressable (~> 2.8)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand All @@ -217,24 +225,22 @@ GEM
mime-types-data (3.2024.0604)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.23.1)
minitest (5.24.0)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-imap (0.4.12)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
netrc (0.11.0)
newrelic_rpm (9.10.2)
newrelic_rpm (9.11.0)
nio4r (2.7.3)
nokogiri (1.16.6)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -272,15 +278,15 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
pry-rails (0.3.9)
pry (>= 0.10.4)
pry-rails (0.3.11)
pry (>= 0.13.0)
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (6.0.0)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.3)
rack (3.1.4)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand Down Expand Up @@ -354,7 +360,7 @@ GEM
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.2)
rspec-rails (6.1.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand All @@ -380,7 +386,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.26.1)
rubocop (~> 1.61)
rubocop-performance (1.21.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.25.0)
Expand All @@ -396,8 +402,9 @@ GEM
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
secure_headers (6.5.0)
selenium-webdriver (4.21.1)
selenium-webdriver (4.22.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -493,7 +500,8 @@ DEPENDENCIES
inline_svg (~> 1.9)
jbuilder (~> 2.12)
kaminari (~> 1.2)
newrelic_rpm (~> 9.10)
net-pop!
newrelic_rpm (~> 9.11)
omniauth (~> 2.1)
omniauth-auth0 (~> 3.1)
omniauth-rails_csrf_protection (~> 1.0)
Expand Down Expand Up @@ -527,7 +535,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.3.2p78
ruby 3.3.3p89

BUNDLED WITH
2.5.13
2.5.14
2 changes: 1 addition & 1 deletion docker/icare/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.2
ARG RUBY_VERSION=3.3.3
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

# Rails app lives here
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.5.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.5",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"shakapacker": "7.2.3",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"turbolinks": "^5.2.0",
"webpack": "^5.92.0",
"webpack": "^5.92.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
Expand All @@ -63,7 +63,7 @@
"stylelint": "^16.6.1",
"stylelint-config-twbs-bootstrap": "^14.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.3.1",
"stylelint-scss": "^6.3.2",
"stylelint-webpack-plugin": "^5.0.1",
"webpack-dev-server": "^5.0.4"
},
Expand Down
Loading

0 comments on commit 7880b9b

Please sign in to comment.