Skip to content

Commit

Permalink
Remove rack as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
azimux committed Feb 20, 2024
1 parent 02f9350 commit 28178cd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ gem "foobara-spec-helpers", github: "foobara/spec-helpers"
gem "guard-rspec"
gem "pry"
gem "pry-byebug"
gem "rack-test"
gem "rackup"
gem "rake"
gem "rspec"
gem "rspec-its"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: foobara
revision: b9299be2d490a4f45f6fd7a76bff5f4849149ffb
revision: 692971ed7f8b3aad4071c8933e721088a786f248
branch: main
specs:
foobara (0.0.1)
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
require "pry"
require "pry-byebug"
require "rspec/its"
require "rack/test"
require "simplecov"

SimpleCov.start do
Expand Down

0 comments on commit 28178cd

Please sign in to comment.