Skip to content

Commit

Permalink
chore(deps): update dependency apipie-rails to '~> 0.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 5b7f6ae commit ffbaa97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

# core
gem 'active_interaction', '~> 4.0'
gem 'apipie-rails', '~> 0.6.0'
gem 'apipie-rails', '~> 0.9.0'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'iso8601', '0.13.0' # for dates and times
gem 'mimemagic', '0.4.3'
Expand Down
21 changes: 11 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ GEM
base64
gyoku (>= 0.4.0)
nokogiri
apipie-rails (0.6.0)
actionpack (>= 4.1)
activesupport (>= 4.1)
apipie-rails (0.9.4)
actionpack (>= 5.0)
activesupport (>= 5.0)
attr_required (1.0.1)
autoprefixer-rails (10.2.4.0)
execjs
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
docile (1.3.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
erubi (1.12.0)
erubi (1.13.0)
execjs (2.7.0)
faraday (2.6.0)
faraday-net_http (>= 2.0, < 3.1)
Expand Down Expand Up @@ -302,7 +302,7 @@ GEM
kaminari-core (1.2.1)
libxml-ruby (3.2.1)
logger (1.4.3)
loofah (2.21.4)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.7.1)
Expand Down Expand Up @@ -387,7 +387,7 @@ GEM
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-oauth2 (1.21.3)
activesupport
attr_required
Expand All @@ -413,8 +413,9 @@ GEM
bundler (>= 1.15.0)
railties (= 6.1.7.7)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
Expand Down Expand Up @@ -548,7 +549,7 @@ GEM
wkhtmltopdf-binary (0.12.6.6)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.18)
zeitwerk (2.7.1)

PLATFORMS
ruby
Expand All @@ -557,7 +558,7 @@ PLATFORMS
DEPENDENCIES
active_interaction (~> 4.0)
airbrake
apipie-rails (~> 0.6.0)
apipie-rails (~> 0.9.0)
aws-sdk-sesv2 (~> 1.19)
bootsnap (>= 1.1.0)
bootstrap-sass (~> 3.4)
Expand Down

0 comments on commit ffbaa97

Please sign in to comment.