Skip to content

Commit

Permalink
Update dependency apipie-rails to "~> 1.4.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2024
1 parent 69f3a66 commit 92a0833
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem 'dry-validation'
gem 'net-smtp', require: false
gem 'net-imap', require: false
gem 'net-pop', require: false
gem "apipie-rails", "~> 1.3.0"
gem "apipie-rails", "~> 1.4.0"
gem 'omniauth', '>=2.0.0'
gem 'omniauth-rails_csrf_protection'
gem 'omniauth-tara', github: 'internetee/omniauth-tara'
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ GEM
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
apipie-rails (1.3.0)
apipie-rails (1.4.2)
actionpack (>= 5.0)
activesupport (>= 5.0)
ast (2.4.2)
Expand All @@ -133,12 +133,12 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.7)
bigdecimal (3.1.8)
bindata (2.5.0)
bootsnap (1.17.0)
msgpack (~> 1.2)
brakeman (6.0.1)
builder (3.2.4)
builder (3.3.0)
bundle-audit (0.1.0)
bundler-audit
bundler-audit (0.9.1)
Expand All @@ -160,7 +160,7 @@ GEM
capistrano-rbenv (2.2.0)
capistrano (~> 3.1)
sshkit (~> 1.3)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
countries (5.7.0)
unaccent (~> 0.3)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
dry-initializer (~> 3.0)
dry-schema (>= 1.12, < 2)
zeitwerk (~> 2.6)
erubi (1.12.0)
erubi (1.13.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
Expand Down Expand Up @@ -240,7 +240,7 @@ GEM
turbo-rails
httpi (3.0.1)
rack
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
i18n-tasks (1.0.13)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -282,8 +282,8 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.3)
mini_portile2 (2.8.7)
minitest (5.24.1)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
msgpack (1.7.2)
Expand All @@ -303,10 +303,10 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.7.0)
nokogiri (1.16.3)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
nori (2.6.0)
omniauth (2.1.1)
Expand Down Expand Up @@ -342,8 +342,8 @@ GEM
public_suffix (5.0.3)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (2.2.8.1)
racc (1.8.0)
rack (2.2.9)
rack-oauth2 (2.2.0)
activesupport
attr_required
Expand Down Expand Up @@ -532,7 +532,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
apipie-rails (~> 1.3.0)
apipie-rails (~> 1.4.0)
bcrypt (~> 3.1.7)
bootsnap (>= 1.4.4)
brakeman
Expand Down

0 comments on commit 92a0833

Please sign in to comment.