Skip to content

Commit

Permalink
Update development dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Sep 26, 2024
1 parent f6f1c45 commit 730db76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ source "https://rubygems.org"
gemspec

gem "capybara", "3.40.0"
gem "puma", "6.4.2"
gem "puma", "6.4.3"
gem "pusher", "2.0.3"
gem "rake", "13.2.1"
gem "rspec", "3.13.0"
gem "rubocop", "1.65.0"
gem "rubocop", "1.66.1"
gem "rubocop-capybara", "2.21.0"
gem "rubocop-performance", "1.21.1"
gem "rubocop-performance", "1.22.1"
gem "rubocop-rake", "0.6.0"
gem "rubocop-rspec", "3.0.3"
gem "selenium-webdriver", "4.23.0"
gem "rubocop-rspec", "3.0.5"
gem "selenium-webdriver", "4.25.0"
gem "sinatra", "3.2.0"
gem "yard", "0.9.36"
gem "yard", "0.9.37"

group :test do
gem "simplecov-console", "0.9.1", require: false
gem "simplecov-console", "0.9.2", require: false
end

0 comments on commit 730db76

Please sign in to comment.