mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 06:26:15 +02:00
Updated dependancies
This commit is contained in:
parent
721acd8500
commit
d7e13f5408
3 changed files with 16 additions and 16 deletions
4
.github/workflows/ruby.yml
vendored
4
.github/workflows/ruby.yml
vendored
|
@ -79,7 +79,7 @@ jobs:
|
||||||
- name: Save coverage
|
- name: Save coverage
|
||||||
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
|
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.ruby }}
|
name: coverage-${{ matrix.ruby }}
|
||||||
path: coverage/codeclimate.${{ matrix.ruby }}.json
|
path: coverage/codeclimate.${{ matrix.ruby }}.json
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
- name: Give test coverage reporter executable permissions
|
- name: Give test coverage reporter executable permissions
|
||||||
run: chmod +x cc-test-reporter
|
run: chmod +x cc-test-reporter
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3.0.1
|
- uses: actions/download-artifact@v3.0.2
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.ruby }}
|
name: coverage-${{ matrix.ruby }}
|
||||||
path: coverage
|
path: coverage
|
||||||
|
|
6
Gemfile
6
Gemfile
|
@ -2,7 +2,7 @@ source 'https://rubygems.org'
|
||||||
|
|
||||||
# core
|
# core
|
||||||
gem 'active_interaction', '~> 4.0'
|
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 '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'
|
||||||
|
@ -81,13 +81,13 @@ gem 'directo', github: 'internetee/directo', branch: 'master'
|
||||||
gem 'strong_migrations'
|
gem 'strong_migrations'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry', '0.14.1'
|
gem 'pry', '0.14.2'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'capybara'
|
gem 'capybara'
|
||||||
gem 'database_cleaner'
|
gem 'database_cleaner'
|
||||||
gem 'minitest', '~> 5.14'
|
gem 'minitest', '~> 5.17'
|
||||||
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
|
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
|
||||||
gem 'spy'
|
gem 'spy'
|
||||||
gem 'webdrivers'
|
gem 'webdrivers'
|
||||||
|
|
22
Gemfile.lock
22
Gemfile.lock
|
@ -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 (0.6.0)
|
apipie-rails (0.9.0)
|
||||||
actionpack (>= 4.1)
|
actionpack (>= 5.0)
|
||||||
activesupport (>= 4.1)
|
activesupport (>= 5.0)
|
||||||
attr_required (1.0.1)
|
attr_required (1.0.1)
|
||||||
autoprefixer-rails (10.2.4.0)
|
autoprefixer-rails (10.2.4.0)
|
||||||
execjs
|
execjs
|
||||||
|
@ -310,7 +310,7 @@ GEM
|
||||||
rake
|
rake
|
||||||
mini_mime (1.1.2)
|
mini_mime (1.1.2)
|
||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.0)
|
||||||
minitest (5.16.3)
|
minitest (5.17.0)
|
||||||
monetize (1.9.4)
|
monetize (1.9.4)
|
||||||
money (~> 6.12)
|
money (~> 6.12)
|
||||||
money (6.13.8)
|
money (6.13.8)
|
||||||
|
@ -363,9 +363,9 @@ GEM
|
||||||
pg (1.4.5)
|
pg (1.4.5)
|
||||||
pg_query (2.1.2)
|
pg_query (2.1.2)
|
||||||
google-protobuf (>= 3.17.1)
|
google-protobuf (>= 3.17.1)
|
||||||
pghero (2.8.1)
|
pghero (3.1.0)
|
||||||
activerecord (>= 5)
|
activerecord (>= 6)
|
||||||
pry (0.14.1)
|
pry (0.14.2)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
method_source (~> 1.0)
|
method_source (~> 1.0)
|
||||||
public_suffix (5.0.0)
|
public_suffix (5.0.0)
|
||||||
|
@ -535,7 +535,7 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_interaction (~> 4.0)
|
active_interaction (~> 4.0)
|
||||||
airbrake
|
airbrake
|
||||||
apipie-rails (~> 0.6.0)
|
apipie-rails (~> 0.9.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)
|
||||||
|
@ -565,7 +565,7 @@ DEPENDENCIES
|
||||||
lhv!
|
lhv!
|
||||||
mime-types-data
|
mime-types-data
|
||||||
mimemagic (= 0.4.3)
|
mimemagic (= 0.4.3)
|
||||||
minitest (~> 5.14)
|
minitest (~> 5.17)
|
||||||
money-rails
|
money-rails
|
||||||
newrelic-infinite_tracing
|
newrelic-infinite_tracing
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
|
@ -577,7 +577,7 @@ DEPENDENCIES
|
||||||
pg (= 1.4.5)
|
pg (= 1.4.5)
|
||||||
pg_query (>= 0.9.0)
|
pg_query (>= 0.9.0)
|
||||||
pghero
|
pghero
|
||||||
pry (= 0.14.1)
|
pry (= 0.14.2)
|
||||||
puma
|
puma
|
||||||
rails (~> 6.1.4)
|
rails (~> 6.1.4)
|
||||||
ransack (~> 2.6.0)
|
ransack (~> 2.6.0)
|
||||||
|
@ -600,4 +600,4 @@ DEPENDENCIES
|
||||||
wkhtmltopdf-binary (~> 0.12.5.1)
|
wkhtmltopdf-binary (~> 0.12.5.1)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.26
|
2.4.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue