Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomiranda committed Aug 15, 2024
1 parent eea9a95 commit a68777a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ source "https://rubygems.org"
# Specify your gem's dependencies in promenade.gemspec
gemspec

gem "codecov"
gem "raindrops"
gem "webrick"
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ GEM
builder (3.2.4)
byebug (11.1.3)
climate_control (1.2.0)
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
Expand Down Expand Up @@ -288,7 +286,6 @@ DEPENDENCIES
bundler (~> 2.0)
byebug
climate_control
codecov
promenade!
rails (> 3.0, < 8.0)
raindrops
Expand Down
1 change: 1 addition & 0 deletions promenade.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "byebug"
spec.add_development_dependency "climate_control"
spec.add_development_dependency "rails", "> 3.0", "< 8.0"
spec.add_development_dependency "raindrops"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec", "~> 3.11"
spec.add_development_dependency "rspec-rails", "~> 5.1"
Expand Down

0 comments on commit a68777a

Please sign in to comment.