Skip to content

Commit

Permalink
Merge pull request #77 from mlibrary/2023-03-06-updates
Browse files Browse the repository at this point in the history
March 2023 dependency updates.
  • Loading branch information
niquerio authored Mar 6, 2023
2 parents b6831be + 4564414 commit 733f6dc
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 1,223 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create .env file
run: cat .env-example .env-dev-values > .env
- name: Load .env file
uses: xom9ikk/dotenv@v1.0.2
uses: xom9ikk/dotenv@v2
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Run linter for Ruby
run: bundle exec standardrb
- name: Run tests
run: bundle exec rspec
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG RUBY_VERSION=3.2
FROM ruby:${RUBY_VERSION}

ARG BUNDLER_VERSION=2.4.6
ARG BUNDLER_VERSION=2.4.7
ARG NPM_VERSION="latest"
ARG UNAME=app
ARG UID=1000
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG RUBY_VERSION=3.2
FROM ruby:${RUBY_VERSION}

ARG BUNDLER_VERSION=2.4.6
ARG BUNDLER_VERSION=2.4.7
ARG NPM_VERSION="latest"
ARG UNAME=app
ARG UID=1000
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
byebug (11.1.3)
climate_control (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.2.0)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
Expand Down Expand Up @@ -42,9 +42,9 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
puma (6.1.0)
puma (6.1.1)
nio4r (~> 2.0)
rack (2.2.6.2)
rack (2.2.6.3)
rack-protection (3.0.5)
rack
rack-test (2.0.2)
Expand Down Expand Up @@ -78,13 +78,13 @@ GEM
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.26.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-performance (1.15.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-next-core (0.15.3)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -107,7 +107,7 @@ GEM
language_server-protocol (~> 3.17.0.2)
rubocop (= 1.44.1)
rubocop-performance (= 1.15.2)
tilt (2.0.11)
tilt (2.1.0)
unicode-display_width (2.4.2)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand Down Expand Up @@ -147,4 +147,4 @@ DEPENDENCIES
yabeda-puma-plugin

BUNDLED WITH
2.4.6
2.4.7
Loading

0 comments on commit 733f6dc

Please sign in to comment.