Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…is fixed
  • Loading branch information
ndushay committed Mar 30, 2020
1 parent 3c9f727 commit 5701452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ gem 'postgresql_cursor' # for paging over large result sets efficiently
gem 'pry-byebug' # call 'binding.pry' anywhere in the code to stop execution and get a pry-byebug console
gem 'pry-rails' # use pry as the rails console shell instead of IRB
gem 'puma', '~> 3.12' # app server
# gem 'rack', '~> 2.0.8' # pending https://github.com/sportngin/okcomputer/pull/161
gem 'rails', '~> 6.0.2'
gem 'resque', '~> 1.27'
gem 'resque-lock' # deduplication of worker queue jobs
Expand Down

0 comments on commit 5701452

Please sign in to comment.