Skip to content

Commit fe15e2a

Browse files
authored
apipie: Update to latest (#4518)
1 parent 9721c04 commit fe15e2a

2 files changed

Lines changed: 6 additions & 23 deletions

File tree

Gemfile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,10 @@ gem "rack-cors"
5858
gem "high_voltage"
5959
gem "kramdown", require: false
6060
gem "lockbox"
61-
6261
gem "terser", "~> 1.2"
63-
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
6462
gem "bootstrap"
6563
gem "json", "~> 2.19" # Legacy carry-over
66-
67-
# Use Redis adapter to run Action Cable in production
68-
# gem 'redis', '~> 4.0'
69-
# Use ActiveModel has_secure_password
70-
# gem 'bcrypt', '~> 3.1.7'
71-
72-
# https://github.com/Apipie/apipie-rails/pull/964
73-
gem "apipie-rails", github: "Apipie/apipie-rails", branch: "copilot/fix-router-deprecation-warning"
74-
64+
gem "apipie-rails"
7565
gem "config"
7666
gem "devise", "~> 5.0"
7767
gem "foreman"
@@ -81,7 +71,6 @@ gem "oj"
8171
gem "puma"
8272
gem "kaminari", "~> 1.2"
8373
gem "invisible_captcha", "~> 2.3"
84-
8574
gem "devise-i18n"
8675
gem "rails-i18n", "~> 8.1.0"
8776
gem "translation"

Gemfile.lock

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
GIT
2-
remote: https://github.com/Apipie/apipie-rails.git
3-
revision: b7db02124cf0f33e318f5cb799ff974e55a58163
4-
branch: copilot/fix-router-deprecation-warning
5-
specs:
6-
apipie-rails (1.6.0)
7-
actionpack (>= 7.0)
8-
activesupport (>= 7.0)
9-
101
GIT
112
remote: https://github.com/pglombardo/version.git
123
revision: 7e56f1552c19a1e5ce283c7add001c2a2322e385
@@ -94,6 +85,9 @@ GEM
9485
addressable (2.9.0)
9586
public_suffix (>= 2.0.2, < 8.0)
9687
ansi (1.6.0)
88+
apipie-rails (1.5.0)
89+
actionpack (>= 5.0)
90+
activesupport (>= 5.0)
9791
ast (2.4.3)
9892
aws-eventstream (1.4.0)
9993
aws-partitions (1.1255.0)
@@ -720,7 +714,7 @@ PLATFORMS
720714
x86_64-linux-musl
721715

722716
DEPENDENCIES
723-
apipie-rails!
717+
apipie-rails
724718
aws-sdk-s3
725719
azure-blob (~> 0.8.0)
726720
bootsnap
@@ -803,7 +797,7 @@ CHECKSUMS
803797
activesupport (8.1.3) sha256=21a5e0dfbd4c3ddd9e1317ec6a4d782fa226e7867dc70b0743acda81a1dca20e
804798
addressable (2.9.0) sha256=7fdf6ac3660f7f4e867a0838be3f6cf722ace541dd97767fa42bc6cfa980c7af
805799
ansi (1.6.0) sha256=ac9ea0c0ea8d32fb4e271348e609963ac78882f34b73836c2a02b3622e666658
806-
apipie-rails (1.6.0)
800+
apipie-rails (1.5.0) sha256=92c0fba527978f1d151ae381dffdae34399d01e6a711daa8e14e522e51f8b444
807801
ast (2.4.3) sha256=954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383
808802
aws-eventstream (1.4.0) sha256=116bf85c436200d1060811e6f5d2d40c88f65448f2125bc77ffce5121e6e183b
809803
aws-partitions (1.1255.0) sha256=490ffc1f032d3eac771cf4a94ab7a3c7999c5edbe6fb7660904e702e291c93b5

0 commit comments

Comments
 (0)