We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c1b40 commit bc86c23Copy full SHA for bc86c23
Gemfile
@@ -18,7 +18,7 @@ gem 'redis-namespace'
18
gem 'jemalloc'
19
20
gem 'sentry-raven'
21
-gem 'rollout', github: 'jamesgolick/rollout', :ref => 'v1.1.0'
+gem 'rollout', git: 'https://github.com/fetlife/rollout', ref: 'v1.1.0'
22
gem 'multi_json'
23
gem 'pusher', '~> 0.15.1'
24
Gemfile.lock
@@ -1,5 +1,5 @@
1
GIT
2
- remote: git://github.com/jamesgolick/rollout.git
+ remote: https://github.com/fetlife/rollout
3
revision: 3e7312cc018061b1ac6a8aeb9f11bbd0331da889
4
ref: v1.1.0
5
specs:
0 commit comments