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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
abid-executor:
docker:
- image: cimg/ruby:4.0.2-browsers
- image: cimg/ruby:4.0.3-browsers
environment:
BUNDLER_VERSION: 2.3.11
BUNDLE_JOBS: 3
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 4.0.2
ruby 4.0.3
nodejs 24.15.0
yarn 1.22.22 # datasource=npm depName=yarn versioning=npm
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
# renovate: datasource=ruby-version depName=ruby
ARG RUBY_VERSION=4.0.2
ARG RUBY_VERSION=4.0.3
FROM ruby:$RUBY_VERSION-slim AS base

# Rails app lives here
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "cocoon"
gem "csv", "~> 3.3.2"
gem "devise"
gem "health-monitor-rails", "~> 12.9"
gem "honeybadger", "6.5.5"
gem "honeybadger", "6.6.0"
gem "jbuilder", "~> 2.7"
gem "marc"
gem "net-imap", require: false
Expand Down
33 changes: 16 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,11 @@ GEM
annotate (2.6.5)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
archivesspace-client (0.4.2)
archivesspace-client (0.6.0)
dry-cli (~> 0.7)
httparty (~> 0.14)
jbuilder (~> 2.12)
json (~> 2.0)
nokogiri (~> 1.10)
ast (2.4.3)
backport (1.2.0)
base64 (0.3.0)
Expand All @@ -104,7 +103,7 @@ GEM
rubocop-performance
rubocop-rails
rubocop-rspec
bootsnap (1.23.0)
bootsnap (1.24.5)
msgpack (~> 1.2)
builder (3.3.0)
byebug (13.0.0)
Expand Down Expand Up @@ -163,23 +162,23 @@ GEM
hashie (5.0.0)
health-monitor-rails (12.9.0)
railties (>= 6.1)
honeybadger (6.5.5)
honeybadger (6.6.0)
logger
ostruct
httparty (0.24.0)
httparty (0.24.2)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
irb (1.17.0)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.7.0)
jbuilder (2.14.1)
jbuilder (2.15.0)
actionview (>= 7.0.0)
activesupport (>= 7.0.0)
json (2.19.5)
Expand Down Expand Up @@ -212,7 +211,7 @@ GEM
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.0)
multi_xml (0.8.1)
multi_xml (0.9.1)
bigdecimal (>= 3.1, < 5)
mutex_m (0.3.0)
net-imap (0.6.4)
Expand Down Expand Up @@ -278,7 +277,7 @@ GEM
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.7)
rack-proxy (0.8.2)
rack
rack-session (1.0.2)
rack (< 3)
Expand Down Expand Up @@ -416,18 +415,18 @@ GEM
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
spring (4.4.2)
spring (4.5.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (2.9.3-aarch64-linux-gnu)
sqlite3 (2.9.3-arm64-darwin)
sqlite3 (2.9.3-x86_64-darwin)
sqlite3 (2.9.3-x86_64-linux-gnu)
sqlite3 (2.9.4-aarch64-linux-gnu)
sqlite3 (2.9.4-arm64-darwin)
sqlite3 (2.9.4-x86_64-darwin)
sqlite3 (2.9.4-x86_64-linux-gnu)
stringio (3.2.0)
thor (1.5.0)
tilt (2.7.0)
Expand All @@ -442,7 +441,7 @@ GEM
unicode-display_width (2.6.0)
uri (1.1.1)
useragent (0.16.11)
vite_rails (3.10.0)
vite_rails (3.11.0)
railties (>= 5.1, < 9)
vite_ruby (~> 3.0, >= 3.2.2)
vite_ruby (3.10.2)
Expand Down Expand Up @@ -472,7 +471,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.43)
zeitwerk (2.7.5)
zeitwerk (2.8.1)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -501,7 +500,7 @@ DEPENDENCIES
ed25519
factory_bot_rails
health-monitor-rails (~> 12.9)
honeybadger (= 6.5.5)
honeybadger (= 6.6.0)
jbuilder (~> 2.7)
listen (~> 3.3)
marc
Expand Down
Loading
Loading