Skip to content

Commit

Permalink
Merge pull request #148 from transitland/gemfile-fix
Browse files Browse the repository at this point in the history
fixing a temporary Gemfile issue
  • Loading branch information
drewda committed Aug 31, 2015
2 parents 563f948 + 51c0de7 commit 205765a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ gem 'redis-rails'
# background processing
gem 'sidekiq'
gem 'sidekiq-unique-jobs'
gem 'celluloid', '0.16.0' # unpeg when new sidekiq released: https://github.com/mperham/sidekiq/issues/2397
gem 'whenever', require: false # to manage crontab

# data model
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
byebug (5.0.0)
columnize (= 0.9.0)
c_geohash (1.1.2)
celluloid (0.16.1)
celluloid (0.16.0)
timers (~> 4.0.0)
certifi (2015.08.10)
choice (0.2.0)
Expand Down Expand Up @@ -343,6 +343,7 @@ DEPENDENCIES
bullet
byebug
c_geohash
celluloid (= 0.16.0)
database_cleaner
datastore_admin!
enumerize
Expand Down

0 comments on commit 205765a

Please sign in to comment.