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 fa15e04 commit 5795b86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ GEM
psych (3.1.0)
public_suffix (4.0.3)
puma (3.12.4)
rack (2.0.9)
rack (2.2.2)
rack-protection (2.0.8.1)
rack
rack-test (1.1.0)
Expand Down Expand Up @@ -438,7 +438,6 @@ DEPENDENCIES
pry-byebug
pry-rails
puma (~> 3.12)
rack (~> 2.0.8)
rails (~> 6.0.2)
rails-controller-testing
resque (~> 1.27)
Expand Down

0 comments on commit 5795b86

Please sign in to comment.