Skip to content

Commit

Permalink
chore: pin rexml to ruby v2.0 compatible version for Rails 3 ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Apr 28, 2021
1 parent 6c1c063 commit af660be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions gemfiles/rails30.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ platforms :rbx do
end

gem 'capistrano', :require => false
gem 'rexml', '<= 3.2.4'
gem 'sucker_punch', '~> 2.0'
gem 'shoryuken'
gem 'codacy-coverage'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails31.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ platforms :rbx do
end

gem 'capistrano', :require => false
gem 'rexml', '<= 3.2.4'
gem 'sucker_punch'
gem 'shoryuken'
gem 'codacy-coverage'
Expand Down
1 change: 1 addition & 0 deletions gemfiles/rails32.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ platforms :rbx do
end

gem 'capistrano', :require => false
gem 'rexml', '<= 3.2.4'
gem 'sucker_punch', '~> 2.0'
gem 'shoryuken'
gem 'codacy-coverage'
Expand Down

0 comments on commit af660be

Please sign in to comment.