Skip to content

Commit

Permalink
Incorporate Rails security release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed Mar 7, 2022
1 parent 14fe34f commit 71ac651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gem 'rails', '6.1.4.1'
gem 'rails', '6.1.4.6'
gem 'image_processing', '1.9.3'
gem 'mini_magick', '4.9.5'
gem 'active_storage_validations', '0.8.9'
Expand Down

0 comments on commit 71ac651

Please sign in to comment.