mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
Bump norairrecord from 0.3.0 to 0.4.0 (#135)
Bumps [norairrecord](https://github.com/24c02/norairrecord) from 0.3.0 to 0.4.0. - [Commits](https://github.com/24c02/norairrecord/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: norairrecord dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c45eadeca3
commit
2055989f44
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -73,7 +73,7 @@ gem "annotaterb", "~> 4.16"
|
|||
|
||||
gem "aasm", "~> 5.5"
|
||||
|
||||
gem "norairrecord", "~> 0.3.0"
|
||||
gem "norairrecord", "~> 0.4.0"
|
||||
|
||||
gem "filterrific", "~> 5.2"
|
||||
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -188,7 +188,7 @@ GEM
|
|||
multipart-post (~> 2.0)
|
||||
faraday-net_http (3.4.1)
|
||||
net-http (>= 0.5.0)
|
||||
faraday-net_http_persistent (2.3.0)
|
||||
faraday-net_http_persistent (2.3.1)
|
||||
faraday (~> 2.5)
|
||||
net-http-persistent (>= 4.0.4, < 5)
|
||||
ferrum (0.17.1)
|
||||
|
|
@ -326,8 +326,8 @@ GEM
|
|||
mutex_m (0.3.0)
|
||||
net-http (0.6.0)
|
||||
uri
|
||||
net-http-persistent (4.0.5)
|
||||
connection_pool (~> 2.2)
|
||||
net-http-persistent (4.0.6)
|
||||
connection_pool (~> 2.2, >= 2.2.4)
|
||||
net-imap (0.5.8)
|
||||
date
|
||||
net-protocol
|
||||
|
|
@ -359,7 +359,7 @@ GEM
|
|||
racc (~> 1.4)
|
||||
nokogiri (1.18.8-x86_64-linux-musl)
|
||||
racc (~> 1.4)
|
||||
norairrecord (0.3.0)
|
||||
norairrecord (0.4.0)
|
||||
faraday (>= 1.0, < 3.0)
|
||||
faraday-net_http_persistent
|
||||
net-http-persistent
|
||||
|
|
@ -674,7 +674,7 @@ DEPENDENCIES
|
|||
lockbox (~> 2.0)
|
||||
net-http (~> 0.6.0)
|
||||
nokogiri (~> 1.18)
|
||||
norairrecord (~> 0.3.0)
|
||||
norairrecord (~> 0.4.0)
|
||||
oauth2 (~> 2.0)
|
||||
parallel (~> 1.26)
|
||||
pg (~> 1.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue