Skip to content

Commit

Permalink
Updated dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Tsoganov authored and Sergei Tsoganov committed Jan 10, 2023
1 parent 721acd8 commit d7e13f5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Save coverage
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Give test coverage reporter executable permissions
run: chmod +x cc-test-reporter

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
name: coverage-${{ matrix.ruby }}
path: coverage
Expand Down
6 changes: 3 additions & 3 deletions 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 Expand Up @@ -81,13 +81,13 @@ gem 'directo', github: 'internetee/directo', branch: 'master'
gem 'strong_migrations'

group :development, :test do
gem 'pry', '0.14.1'
gem 'pry', '0.14.2'
end

group :test do
gem 'capybara'
gem 'database_cleaner'
gem 'minitest', '~> 5.14'
gem 'minitest', '~> 5.17'
gem 'simplecov', '0.17.1', require: false # CC last supported v0.17
gem 'spy'
gem 'webdrivers'
Expand Down
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ GEM
akami (1.3.1)
gyoku (>= 0.4.0)
nokogiri
apipie-rails (0.6.0)
actionpack (>= 4.1)
activesupport (>= 4.1)
apipie-rails (0.9.0)
actionpack (>= 5.0)
activesupport (>= 5.0)
attr_required (1.0.1)
autoprefixer-rails (10.2.4.0)
execjs
Expand Down Expand Up @@ -310,7 +310,7 @@ GEM
rake
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.3)
minitest (5.17.0)
monetize (1.9.4)
money (~> 6.12)
money (6.13.8)
Expand Down Expand Up @@ -363,9 +363,9 @@ GEM
pg (1.4.5)
pg_query (2.1.2)
google-protobuf (>= 3.17.1)
pghero (2.8.1)
activerecord (>= 5)
pry (0.14.1)
pghero (3.1.0)
activerecord (>= 6)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (5.0.0)
Expand Down Expand Up @@ -535,7 +535,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 Expand Up @@ -565,7 +565,7 @@ DEPENDENCIES
lhv!
mime-types-data
mimemagic (= 0.4.3)
minitest (~> 5.14)
minitest (~> 5.17)
money-rails
newrelic-infinite_tracing
newrelic_rpm
Expand All @@ -577,7 +577,7 @@ DEPENDENCIES
pg (= 1.4.5)
pg_query (>= 0.9.0)
pghero
pry (= 0.14.1)
pry (= 0.14.2)
puma
rails (~> 6.1.4)
ransack (~> 2.6.0)
Expand All @@ -600,4 +600,4 @@ DEPENDENCIES
wkhtmltopdf-binary (~> 0.12.5.1)

BUNDLED WITH
2.3.26
2.4.3

0 comments on commit d7e13f5

Please sign in to comment.