Skip to content

Commit

Permalink
Merge pull request #320 from madetech/dependabot/bundler/technology/g…
Browse files Browse the repository at this point in the history
…uides/08-Continuous-Integration/simple-sinatra-app/sinatra-2.2.3

Bump sinatra from 2.2.0 to 2.2.3 in /technology/guides/08-Continuous-Integration/simple-sinatra-app
  • Loading branch information
owenblacker authored Feb 23, 2024
2 parents 53a6842 + 6c87af7 commit a83fa62
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.5.0)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
nio4r (2.5.8)
puma (5.6.2)
nio4r (~> 2.0)
rack (2.2.8.1)
rack-protection (2.2.0)
rack-protection (2.2.3)
rack
rspec (3.11.0)
rspec-core (~> 3.11.0)
Expand All @@ -26,12 +26,12 @@ GEM
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
ruby2_keywords (0.0.5)
sinatra (2.2.0)
mustermann (~> 1.0)
sinatra (2.2.3)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
rack-protection (= 2.2.3)
tilt (~> 2.0)
tilt (2.0.10)
tilt (2.3.0)

PLATFORMS
ruby
Expand Down

0 comments on commit a83fa62

Please sign in to comment.