oxml_xxe icon indicating copy to clipboard operation
oxml_xxe copied to clipboard

downgrade to ruby version 2.3.5 and use old Gemfile - for who latest not working

Open b1nslashsh opened this issue 4 years ago • 0 comments

Here is old Gemfile

source 'https://rubygems.org'

ruby "2.3.5"

gem 'sinatra', '1.4.8'
gem 'haml'
gem 'rubyzip'
gem 'json','1.8.6' 
gem 'nokogiri'
gem 'data_mapper', '1.2.0'
gem 'dm-sqlite-adapter', '1.2.0'

now its working

Originally posted by @b1nslashsh in https://github.com/BuffaloWill/oxml_xxe/issues/30#issuecomment-753326223

b1nslashsh avatar Jan 03 '21 08:01 b1nslashsh