Update Rails to 6.0.3.3.

This commit is contained in:
Guo Xiang Tan
2020-09-10 15:41:06 +08:00
parent 81d3c4a7a1
commit 122cf8d3fb
2 changed files with 34 additions and 34 deletions
+7 -7
View File
@@ -18,13 +18,13 @@ else
# this allows us to include the bits of rails we use without pieces we do not.
#
# To issue a rails update bump the version number here
gem 'actionmailer', '6.0.3.2'
gem 'actionpack', '6.0.3.2'
gem 'actionview', '6.0.3.2'
gem 'activemodel', '6.0.3.2'
gem 'activerecord', '6.0.3.2'
gem 'activesupport', '6.0.3.2'
gem 'railties', '6.0.3.2'
gem 'actionmailer', '6.0.3.3'
gem 'actionpack', '6.0.3.3'
gem 'actionview', '6.0.3.3'
gem 'activemodel', '6.0.3.3'
gem 'activerecord', '6.0.3.3'
gem 'activesupport', '6.0.3.3'
gem 'railties', '6.0.3.3'
gem 'sprockets-rails'
end