Skip to content

Commit

Permalink
Update ruby-trello to version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Dec 22, 2023
1 parent b80ceab commit bc88dde
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
ast (2.4.2)
Expand Down Expand Up @@ -111,8 +111,7 @@ GEM
date (3.3.3)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20231109)
dragonfly (1.4.0)
addressable (~> 2.3)
multi_json (~> 1.0)
Expand All @@ -126,6 +125,8 @@ GEM
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.0.2)
ffaker (2.23.0)
ffi (1.15.5)
Expand All @@ -146,7 +147,7 @@ GEM
httpclient (2.8.3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
json-jwt (1.15.3)
activesupport (>= 4.2)
aes_key_wrap
Expand All @@ -173,9 +174,9 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2023.1205)
mini_mime (1.1.5)
minitest (5.20.0)
mongo (2.19.3)
Expand All @@ -194,6 +195,7 @@ GEM
mongoid (>= 4.0, < 9)
msgpack (1.7.2)
multi_json (1.15.0)
multipart-post (2.3.0)
net-imap (0.4.1)
date
net-protocol
Expand All @@ -208,7 +210,12 @@ GEM
nio4r (2.5.9)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
oauth (0.5.10)
oauth (1.1.0)
oauth-tty (~> 1.0, >= 1.0.1)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
oauth-tty (1.0.5)
version_gem (~> 1.1, >= 1.1.1)
oj (3.16.1)
oktakit (1.0.0)
faraday (>= 2.0.1, < 3)
Expand All @@ -229,7 +236,7 @@ GEM
parser (3.2.2.4)
ast (~> 2.4.1)
racc
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (6.4.0)
nio4r (~> 2.0)
racc (1.7.3)
Expand Down Expand Up @@ -342,12 +349,14 @@ GEM
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
ruby-progressbar (1.13.0)
ruby-trello (3.2.0)
activemodel (>= 3.2.0)
ruby-trello (4.2.0)
activemodel (>= 6.0.0)
addressable (~> 2.3)
faraday (~> 2.0)
faraday-multipart (~> 1.0)
json (>= 2.3.0)
mime-types (>= 3.0, < 4.0)
oauth (>= 0.4.5)
rest-client (>= 1.8.0)
ruby2_keywords (0.0.5)
rubytree (2.0.2)
json (~> 2.0, > 2.3.1)
Expand All @@ -362,6 +371,9 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
snaky_hash (2.0.1)
hashie
version_gem (~> 1.1, >= 1.1.1)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -377,16 +389,14 @@ GEM
timeout (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.5.0)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
validate_url (1.0.15)
activemodel (>= 3.0.0)
public_suffix
version_gem (1.1.3)
webfinger (1.2.0)
activesupport
httpclient (>= 2.4)
Expand Down

0 comments on commit bc88dde

Please sign in to comment.