Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump addressable from b56cef3 to 7cd185e #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org' do
gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods', :ref => 'ecb9a4d0bececbd76db72e4ca95c265bfbbc0bf4'
gem 'addressable', '2.8.4', :git => 'https://github.com/sporkmonger/addressable', :branch => 'main'
gem 'addressable', '2.8.5', :git => 'https://github.com/sporkmonger/addressable', :branch => 'main'
gem 'cocoapods-deintegrate', '~> 1.0', '>= 1.0.4'
#gem 'jazzy'
gem 'pkg-config'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ GIT

GIT
remote: https://github.com/sporkmonger/addressable
revision: b56cef3e69bb1294ac4e31dad150e910b05f607f
revision: 7cd185ec53691ee0b8922c1ddf542725f1d54aa0
branch: main
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)

GEM
Expand Down Expand Up @@ -107,7 +107,7 @@ PLATFORMS
ruby

DEPENDENCIES
addressable (= 2.8.4)!
addressable (= 2.8.5)!
cocoapods!
cocoapods-deintegrate (~> 1.0, >= 1.0.4)!
pkg-config!
Expand Down