Skip to content

Commit

Permalink
Merge pull request #96 from zakariaf/upgrade-gems-packages-19-11-2023
Browse files Browse the repository at this point in the history
Upgrade gems and packages 19 11 2023
  • Loading branch information
zakariaf authored Nov 19, 2023
2 parents 580a445 + a48e4d7 commit 30b9d06
Show file tree
Hide file tree
Showing 7 changed files with 1,159 additions and 808 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install Yarn
run: |
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- name: Install Yarn
run: |
Expand Down
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# CHANGELOG

## 10 may 2023
## 19 November 2023

- Upgrade FrontEnd packages
- Backend changes
- **Rails gems** 7.0.5 -> **7.0.8**
- Upgrade gems
- Upgrade front end packages

## 10 May 2023

- Upgrade front end packages
- Upgrade gems

## 9 April 2023
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby File.read('.ruby-version')

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails'
gem 'rails', '~> 7.0.8'

# Use postgresql as the database for Active Record
gem 'pg'
Expand Down Expand Up @@ -97,7 +97,7 @@ group :test do
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
gem 'capybara'
gem 'database_cleaner-active_record'
gem 'factory_bot_rails'
gem 'factory_bot_rails', '< 6.4'
gem 'faker'
gem 'shoulda-matchers'
# RSpec matchers for JSON API.
Expand Down
Loading

0 comments on commit 30b9d06

Please sign in to comment.