Skip to content

Commit

Permalink
chore:[]Dependencies updates
Browse files Browse the repository at this point in the history
Update dependencies
based on the dependabot alerts
  • Loading branch information
Pawel Gorczyca committed Sep 23, 2024
1 parent d59956c commit fef98c1
Show file tree
Hide file tree
Showing 25 changed files with 879 additions and 1,305 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.5
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.3.1
ruby 3.3.5
yarn 1.22.22
nodejs 20.12.2
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Please view this file on the master branch, on stable branches it's out of date.
- Back to previous button fixed (@maria-j-k)
- Removed `no_offers` message in deleted services (@goreck888)

### Security
- Update dependencies (@goreck888)


## [3.57.0]

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.3.1"
ruby "3.3.5"

gem "rails", "~> 7.1.3.4"
gem "rails", "~> 7.2.1"
gem "pg", "~> 1.5", "< 2.0"
gem "puma"
gem "nori"
Expand Down
Loading

0 comments on commit fef98c1

Please sign in to comment.