Skip to content

Commit

Permalink
Do a upgrade gems and packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 3, 2022
1 parent 1d52a32 commit 5c3a28c
Show file tree
Hide file tree
Showing 4 changed files with 2,533 additions and 2,433 deletions.
6 changes: 3 additions & 3 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 ">= 2.6"
ruby ">= 2.7"

gem "rails", "~> 6.1.3"
gem "rails", "~> 6.1.4"
gem "rails-i18n"

# Use postgresql as the database for Active Record
Expand All @@ -29,7 +29,7 @@ gem "jbuilder"
# gem 'image_processing', '~> 1.2'

# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.4", require: false
gem "bootsnap", ">= 1.9.3", require: false

gem "config"

Expand Down
Loading

0 comments on commit 5c3a28c

Please sign in to comment.