Skip to content

Commit

Permalink
Fix order of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Apr 1, 2024
1 parent 20cfb7a commit ddde2a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ gem 'rack-proxy'
gem 'websocket-driver'
gem 'eventmachine'
gem 'puma'
gem 'rackup'
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ PATH
diver_down (0.1.0)
activesupport (>= 7.0.0)
msgpack (>= 1.7.0)
rackup

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -99,6 +98,7 @@ DEPENDENCIES
puma
rack-proxy
rack-test
rackup
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 1.21)
Expand Down
1 change: 0 additions & 1 deletion diver_down.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ Gem::Specification.new do |spec|

spec.add_dependency 'activesupport', '>= 7.0.0'
spec.add_dependency 'msgpack', '>= 1.7.0'
spec.add_dependency 'rackup'
end
2 changes: 1 addition & 1 deletion exe/diver_down_web
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# frozen_string_literal: true

require 'bundler/setup'
require 'rackup'
require 'webrick'
require 'rackup'
require 'diver_down'
require 'diver_down-web'

Expand Down

0 comments on commit ddde2a8

Please sign in to comment.