Skip to content

Commit

Permalink
gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 21, 2021
1 parent 49b5d33 commit ed7501e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake"
gem "redis-namespace"
gem "redis-namespace", github: "resque/redis-namespace", branch: :master
gem "rails", ">= 6.0.2"
gem "sqlite3", platforms: :ruby
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby
Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
GIT
remote: https://github.com/resque/redis-namespace.git
revision: c31e63dc3cd5e59ef5ea394d4d46ac60d1e6f82e
branch: master
specs:
redis-namespace (1.8.0)
redis (>= 3.0.4)

PATH
remote: .
specs:
sidekiq (6.1.2)
sidekiq (6.1.3)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -130,8 +138,6 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
redis (4.2.5)
redis-namespace (1.6.0)
redis (>= 3.0.4)
regexp_parser (2.0.0)
rexml (3.2.4)
rubocop (1.4.2)
Expand Down Expand Up @@ -185,7 +191,7 @@ DEPENDENCIES
minitest
rails (>= 6.0.2)
rake
redis-namespace
redis-namespace!
sidekiq!
simplecov
sqlite3
Expand Down

0 comments on commit ed7501e

Please sign in to comment.