aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-03-09 16:13:11 -0500
committerGitHub <noreply@github.com>2018-03-09 16:13:11 -0500
commit38c7ddd4e9f3f22f67d9615dd04a2ae9525824fb (patch)
tree4f30d3f3d443f7000e1a8bd14078b08d5809a16f /Gemfile
parentf8272402377a0530d5fa9250e32868b8088eb80b (diff)
parent875073a89df106a9d8eb32465e2232feab420f18 (diff)
downloadrails-38c7ddd4e9f3f22f67d9615dd04a2ae9525824fb.tar.gz
rails-38c7ddd4e9f3f22f67d9615dd04a2ae9525824fb.tar.bz2
rails-38c7ddd4e9f3f22f67d9615dd04a2ae9525824fb.zip
Merge pull request #32216 from Gaurav2728/update-psych-gem
update psych gem to 3.2 stable release
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 1ddda970dc..c699b8b942 100644
--- a/Gemfile
+++ b/Gemfile
@@ -150,7 +150,7 @@ end
platforms :rbx do
# The rubysl-yaml gem doesn't ship with Psych by default as it needs
# libyaml that isn't always available.
- gem "psych", "~> 2.0"
+ gem "psych", "~> 3.0"
end
# Gems that are necessary for Active Record tests with Oracle.