Skip to content
Merged
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
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
env:
BUNDLE_GEMFILE: Gemfile
name: "Test and lint: Ruby ${{ matrix.ruby }}"
services:
redis:
image: redis
ports:
- 6379:6379
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ gemspec
gem "rake"
gem "rspec"
gem "standard"
gem "fakeredis"
gem "connection_pool"
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ GEM
diff-lcs (1.6.2)
drb (2.2.3)
erubi (1.12.0)
fakeredis (0.9.2)
redis (~> 4.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
Expand Down Expand Up @@ -116,7 +114,10 @@ GEM
rake (13.4.2)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (4.8.1)
redis (5.4.1)
redis-client (>= 0.22.0)
redis-client (0.30.0)
connection_pool
regexp_parser (2.12.0)
reline (0.5.7)
io-console (~> 0.5)
Expand Down Expand Up @@ -189,7 +190,6 @@ PLATFORMS
DEPENDENCIES
bigrails-redis!
connection_pool
fakeredis
rake
rspec
standard
Expand Down
1 change: 0 additions & 1 deletion spec/support/fakeredis.rb

This file was deleted.

Loading