Skip to content

Commit

Permalink
more fun with psych
Browse files Browse the repository at this point in the history
  • Loading branch information
Azdaroth committed Jun 8, 2023
1 parent f674757 commit 9227164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions gemfiles/rails.6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'jruby-openssl', :platforms => :jruby
group :test, :remote_test do
# gateway-specific dependencies, keeping these gems out of the gemspec
gem 'braintree', '~> 2.78.0'
gem "psych", "< 4"
end

gemspec path: "../"
1 change: 1 addition & 0 deletions gemfiles/rails.6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ gem 'jruby-openssl', :platforms => :jruby
group :test, :remote_test do
# gateway-specific dependencies, keeping these gems out of the gemspec
gem 'braintree', '~> 2.78.0'
gem "psych", "< 4"
end

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails.7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source "https://rubygems.org"

gem "activesupport", "~> 7.0"
gem "rexml", ">= 3.2.4"
gem 'psych', '~> 4.0.0'

gem 'jruby-openssl', :platforms => :jruby

group :test, :remote_test do
# gateway-specific dependencies, keeping these gems out of the gemspec
gem 'braintree', '~> 2.78.0'
gem "psych", "< 4"
end


Expand Down

0 comments on commit 9227164

Please sign in to comment.