Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ruby and bundler #492

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v2
# Add or replace dependency steps here
- name: Install Ruby and gems
uses: ruby/setup-ruby@8f312efe1262fb463d906e9bf040319394c18d3e # v1.92
uses: ruby/setup-ruby@08245253a76fa4d1e459b7809579c62bd9eb718a # v1.111
with:
bundler-cache: true
# Add or replace database setup steps here
Expand All @@ -47,7 +47,7 @@ jobs:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Install Ruby and gems
# uses: ruby/setup-ruby@8f312efe1262fb463d906e9bf040319394c18d3e # v1.92
# uses: ruby/setup-ruby@08245253a76fa4d1e459b7809579c62bd9eb718a # v1.111
# with:
# bundler-cache: true
# # Add or replace any other lints here
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
2.7.6
15 changes: 9 additions & 6 deletions gems.locked
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@ GIT
activerecord (>= 3.2.0)

GEM
remote: https://rubygems.org/
remote: https://gems.contribsys.com/
specs:
sidekiq-pro (4.0.5)
concurrent-ruby (>= 1.0.5)
sidekiq (>= 5.2.1)

GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.3)
actionpack (= 5.2.3)
Expand Down Expand Up @@ -190,9 +196,6 @@ GEM
rack (>= 1.5.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sidekiq-pro (4.0.5)
concurrent-ruby (>= 1.0.5)
sidekiq (>= 5.2.1)
smart_kv (0.2.7)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -247,7 +250,7 @@ DEPENDENCIES
webpacker (~> 4.0)

RUBY VERSION
ruby 2.7.5p203
ruby 2.7.6p219

BUNDLED WITH
2.1.4
2.3.17