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 gibbon from 3.4.4 to 3.5.0 #1948

Merged
merged 1 commit into from
Apr 19, 2024
Merged
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
Expand Up @@ -48,7 +48,7 @@ gem 'tzinfo-data'
gem 'chosen-rails'
gem 'commonmarker'

gem 'gibbon', '~> 3.4.4'
gem 'gibbon', '~> 3.5.0'

gem 'stripe'

Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,18 +159,18 @@ GEM
fabrication (2.31.0)
faker (3.2.3)
i18n (>= 1.8.11, < 2)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
ffi (1.16.3)
font_awesome5_rails (1.5.0)
nokogiri (>= 1.11.3)
railties (>= 4.2)
foreman (0.87.2)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
gibbon (3.4.4)
gibbon (3.5.0)
faraday (>= 1.0)
multi_json (>= 1.11.0)
globalid (1.2.1)
Expand Down Expand Up @@ -231,6 +231,8 @@ GEM
msgpack (1.7.2)
multi_json (1.15.0)
multi_xml (0.6.0)
net-http (0.4.1)
uri
net-imap (0.4.10)
date
net-protocol
Expand Down Expand Up @@ -407,7 +409,6 @@ GEM
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
sassc (2.4.0)
ffi (~> 1.9)
Expand Down Expand Up @@ -467,6 +468,7 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (2.5.0)
uniform_notifier (1.16.0)
uri (0.13.0)
version_gem (1.1.3)
web-console (4.2.1)
actionview (>= 6.0.0)
Expand Down Expand Up @@ -510,7 +512,7 @@ DEPENDENCIES
font_awesome5_rails
foreman
friendly_id
gibbon (~> 3.4.4)
gibbon (~> 3.5.0)
haml
high_voltage
icalendar
Expand Down
Loading