Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
f52d40b
Bump Ruby from 3.2.5 to 3.3.5
smaboshe Sep 16, 2024
fc36e90
Bump acts_as_list from 1.2.2 to 1.2.3
dependabot[bot] Oct 14, 2024
73a9827
Bump rails_admin from 3.2.0 to 3.2.1
dependabot[bot] Oct 14, 2024
5576ddc
Bump standard from 1.40.1 to 1.41.0
dependabot[bot] Oct 14, 2024
9dc041d
Bump sentry-ruby from 5.20.1 to 5.21.0
dependabot[bot] Oct 14, 2024
aea6345
Bump rexml from 3.3.8 to 3.3.9
dependabot[bot] Oct 28, 2024
8d9ca24
Temporarily ignore CVE-2024-21510
smaboshe Nov 8, 2024
1ef713b
Bump rails from 7.0.8.4 to 7.0.8.6
smaboshe Nov 8, 2024
95502c3
Update Bundler to v2.5.23
smaboshe Nov 6, 2024
a349253
Bump octokit from 9.1.0 to 9.2.0
dependabot[bot] Nov 8, 2024
4e707cb
Bump standard from 1.41.0 to 1.41.1
dependabot[bot] Nov 8, 2024
4e6e9a0
Bump pg from 1.5.8 to 1.5.9
dependabot[bot] Nov 8, 2024
aefbd76
Bump aws-sdk-s3 from 1.167.0 to 1.170.0
dependabot[bot] Nov 8, 2024
63299d3
Bump Ruby from 3.3.5 to 3.3.6
smaboshe Nov 8, 2024
f8b5581
Bump delayed_job_active_record from 4.1.10 to 4.1.11
dependabot[bot] Nov 11, 2024
fbc1b5b
Bump clearance from 2.8.0 to 2.9.2
dependabot[bot] Nov 18, 2024
1ef2875
Bump rspec-rails from 7.0.1 to 7.1.0
dependabot[bot] Nov 18, 2024
5f00d19
Bump font-awesome-rails from 4.7.0.8 to 4.7.0.9
dependabot[bot] Nov 18, 2024
5003200
Bump psych from 5.1.2 to 5.2.0
dependabot[bot] Nov 18, 2024
9e202f4
Purge cache
cpytel Nov 21, 2024
ab83c44
Bump acts_as_list from 1.2.3 to 1.2.4
dependabot[bot] Nov 25, 2024
b47ffc4
Bump recipient_interceptor from 0.3.2 to 0.3.3
dependabot[bot] Nov 25, 2024
cad06f8
Bump ostruct from 0.6.0 to 0.6.1
dependabot[bot] Nov 25, 2024
87a6dd8
Bump factory_bot_rails from 6.4.3 to 6.4.4
dependabot[bot] Nov 25, 2024
b1c4fd7
Bump standard from 1.41.1 to 1.42.1
dependabot[bot] Nov 25, 2024
a4b8c02
Bump database_cleaner from 2.0.2 to 2.1.0
dependabot[bot] Nov 25, 2024
4f618da
Bump aws-sdk-s3 from 1.170.0 to 1.173.0
dependabot[bot] Nov 25, 2024
4c6136c
Bump rails from 7.0.8.4 to 7.2.2
dependabot[bot] Nov 25, 2024
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: 2 additions & 0 deletions .bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- CVE-2024-21510 # https://github.com/thoughtbot/upcase/security/dependabot/113
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
parallelism: 3
docker:
- image: cimg/ruby:3.2.5-node-browsers
- image: cimg/ruby:3.3.6-node-browsers
environment:
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
3.3.6
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodejs 20.18.0
ruby 3.2.5
ruby 3.3.6
yarn 1.22.22
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.5"
ruby "3.3.6"

git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
Expand Down Expand Up @@ -47,7 +47,7 @@ gem "pg_search"
gem "psych"
gem "puma"
gem "rack-rewrite"
gem "rails", "7.0.8.4"
gem "rails", "7.2.2"
gem "rails_admin"
gem "recipient_interceptor"
gem "redcarpet"
Expand Down
Loading