mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Downgraded apipie gem
This commit is contained in:
parent
7c6a755693
commit
b19c4583bd
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
# core
|
# core
|
||||||
gem 'active_interaction', '~> 4.0'
|
gem 'active_interaction', '~> 4.0'
|
||||||
gem 'apipie-rails', '~> 1.2.1'
|
gem 'apipie-rails', '~> 0.6.0'
|
||||||
gem 'bootsnap', '>= 1.1.0', require: false
|
gem 'bootsnap', '>= 1.1.0', require: false
|
||||||
gem 'iso8601', '0.13.0' # for dates and times
|
gem 'iso8601', '0.13.0' # for dates and times
|
||||||
gem 'mimemagic', '0.4.3'
|
gem 'mimemagic', '0.4.3'
|
||||||
|
|
|
@ -149,9 +149,9 @@ GEM
|
||||||
akami (1.3.1)
|
akami (1.3.1)
|
||||||
gyoku (>= 0.4.0)
|
gyoku (>= 0.4.0)
|
||||||
nokogiri
|
nokogiri
|
||||||
apipie-rails (1.2.1)
|
apipie-rails (0.6.0)
|
||||||
actionpack (>= 5.0)
|
actionpack (>= 4.1)
|
||||||
activesupport (>= 5.0)
|
activesupport (>= 4.1)
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
autoprefixer-rails (10.2.4.0)
|
autoprefixer-rails (10.2.4.0)
|
||||||
execjs
|
execjs
|
||||||
|
@ -540,7 +540,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_interaction (~> 4.0)
|
active_interaction (~> 4.0)
|
||||||
airbrake
|
airbrake
|
||||||
apipie-rails (~> 1.2.1)
|
apipie-rails (~> 0.6.0)
|
||||||
aws-sdk-sesv2 (~> 1.19)
|
aws-sdk-sesv2 (~> 1.19)
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bootstrap-sass (~> 3.4)
|
bootstrap-sass (~> 3.4)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue