Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ GEM
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mustermann (1.1.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
parallel (1.21.0)
parser (3.1.1.0)
ast (~> 2.4.1)
public_suffix (4.0.6)
rack (2.2.4)
rack-protection (2.2.0)
rack (2.2.5)
rack-protection (3.0.5)
rack
rainbow (3.1.1)
rake (13.0.3)
Expand Down Expand Up @@ -89,15 +89,15 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
sinatra (3.0.5)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.0.5)
tilt (~> 2.0)
standard (1.7.2)
rubocop (= 1.25.1)
rubocop-performance (= 1.13.2)
tilt (2.0.10)
tilt (2.0.11)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
Expand All @@ -123,7 +123,7 @@ DEPENDENCIES
pocket-ruby!
rake
simplecov
sinatra (~> 2)
sinatra (~> 3)
standard
webmock
yard
Expand Down
2 changes: 1 addition & 1 deletion pocket-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require File.expand_path("../lib/pocket/version", __FILE__)

Gem::Specification.new do |s|
s.add_development_dependency("sinatra", "~> 2")
s.add_development_dependency("sinatra", "~> 3")
s.add_development_dependency("multi_xml")
s.add_development_dependency("rake")
s.add_development_dependency("standard")
Expand Down