Skip to content

Commit

Permalink
Update Ruby to workaround a bug in net-pop gemspec in Ruby 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Nov 13, 2024
1 parent 31b363f commit 7a22f3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.3
ruby-version: 3.3.4
bundler-cache: true
- name: Run rubocop
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.3
ruby-version: 3.3.4
bundler-cache: true
- name: Setup test database
env:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ GEM
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
Expand Down Expand Up @@ -275,4 +276,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
2.2.33
2.5.23

0 comments on commit 7a22f3f

Please sign in to comment.