1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Add json and rexml for ruby 3.1

This commit is contained in:
John Nunemaker 2022-11-03 17:04:13 -04:00
parent 2ad2803862
commit d40d1dfa5b

View file

@ -3,6 +3,7 @@ gemspec
gem 'rake'
gem 'mongrel', '1.2.0.pre2'
gem 'json'
group :development do
gem 'guard'
@ -11,6 +12,7 @@ group :development do
end
group :test do
gem 'rexml'
gem 'rspec', '~> 3.4'
gem 'simplecov', require: false
gem 'aruba'