Upgrade octokit and its dependencies
This is needed to upgrade beyond addressable > 2.6 for the latest CarrierWave update. In addition, a number of the updates fix Ruby 2.7 deprecation warnings. octokit changes: https://github.com/octokit/octokit.rb/releases addressable changes: https://github.com/sporkmonger/addressable/blob/master/CHANGELOG.md public_suffix: https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
Showing
... | ... | @@ -283,7 +283,7 @@ gem 'rack-proxy', '~> 0.6.0' |
gem 'sassc-rails', '~> 2.1.0' | ||
gem 'uglifier', '~> 2.7.2' | ||
gem 'addressable', '~> 2.5.2' | ||
gem 'addressable', '~> 2.7' | ||
gem 'font-awesome-rails', '~> 4.7' | ||
gem 'gemojione', '~> 3.3' | ||
gem 'gon', '~> 6.2' | ||
... | ... | @@ -419,7 +419,7 @@ group :test do |
gem 'guard-rspec' | ||
end | ||
gem 'octokit', '~> 4.9' | ||
gem 'octokit', '~> 4.15' | ||
gem 'mail_room', '~> 0.10.0' | ||
... | ... |
Please register or sign in to comment