Skip to content

Commit

Permalink
Merge pull request #6442 from ministryofjustice/dependabot/bundler/ra…
Browse files Browse the repository at this point in the history
…ck-livereload-0.5.2

Bump rack-livereload from 0.5.1 to 0.5.2
  • Loading branch information
jrmhaig authored Jan 15, 2024
2 parents 56b5361 + 6e554bc commit 3256510
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ group :development, :test do
gem 'parallel_tests'
gem 'pry-byebug'
gem 'pry-rails'
gem 'rack-livereload', '~> 0.5.1'
gem 'rack-livereload', '~> 0.5.2'
gem 'rspec-rails', '~> 6.1.0'
gem 'rspec-collection_matchers'
gem 'rspec_junit_formatter'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ GEM
rack (>= 0.4)
rack-contrib (2.4.0)
rack (< 4)
rack-livereload (0.5.1)
rack
rack-livereload (0.5.2)
rack (< 3)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.6)
Expand Down Expand Up @@ -765,7 +765,7 @@ DEPENDENCIES
pry-byebug
pry-rails
puma
rack-livereload (~> 0.5.1)
rack-livereload (~> 0.5.2)
rails (~> 6.1.7)
rails-controller-testing
redis (~> 5.0.8)
Expand Down

0 comments on commit 3256510

Please sign in to comment.