Skip to content

Commit

Permalink
Merge pull request #1 from sanjogpandasp/snyk-fix-52a6ecb2e895c91bc3f…
Browse files Browse the repository at this point in the history
…f7d595639a6fd

[Snyk] Fix for 32 vulnerabilities
  • Loading branch information
sanjogpandasp authored Mar 4, 2021
2 parents ddd2729 + 4714a3e commit effea96
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ source 'https://rubygems.org'

ruby '2.1.2'

gem "sinatra", '~> 1.4.6'
gem "thin", '~> 1.6.4'
gem "sinatra", "~> 2.0.2"
gem "thin", "~> 1.7.0"
gem "data_mapper", '~> 1.2.0'
gem "dm-postgres-adapter", '~> 1.2.0'
gem "ruby-saml", "~> 1.0.0"
gem "ruby-saml", "~> 1.6.2"
gem "chronic", '~> 0.10.2'
gem "savon", '~> 2.11.1'
gem "rubyzip", '~> 1.2.0'
gem "nokogiri", '~> 1.6.7.2'
gem "activesupport"
gem "savon", "~> 2.11.1"
gem "rubyzip", "~> 1.3.0"
gem "nokogiri", "~> 1.11.0.0"
gem "activesupport", ">= 5.2.4.3"
gem "redis", '~> 3.3.0'
gem "json", '~> 1.8.3'
gem "rack_csrf", '~> 2.5.0'
gem "rack-ssl", '~> 1.4.1'
gem "json", "~> 2.3.0"
gem "rack_csrf", "~> 2.5.0"
gem "rack-ssl", "~> 1.4.1"
gem "rufus-scheduler", '~> 3.2.0'
gem 'pony', '~> 1.11'
gem 'multipart-post', '~> 2.0.0'
gem 'pg', '~> 0.18.4'
gem 'rforce', '~> 0.13'
gem 'xml-simple', '~> 1.1.5'
gem 'httparty', '~> 0.13.7'
gem 'httparty', '~> 0.14.0'
gem "dotenv", '~> 2.1.1'
gem 'rollbar', '~> 2.10.0'
gem 'yard', '0.8.7.6'
gem 'yard', '0.9.20'
gem 'yard-dm', '0.1.1'
gem 'yard-sinatra', '1.0.0'
gem 'eventmachine', '1.0.7'
Expand Down

0 comments on commit effea96

Please sign in to comment.