Skip to content
Closed
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
2 changes: 1 addition & 1 deletion api_sim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "sinatra", '~> 1.4'
spec.add_dependency "sinatra", '~> 2.0'
spec.add_dependency "nokogiri", '~> 1.6'
spec.add_dependency "json-schema", '>= 2.5'
spec.add_dependency "mustermann", '~> 1.0.0.beta2'
Expand Down
19 changes: 10 additions & 9 deletions examples/basic/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
json-schema (>= 2.5)
mustermann (~> 1.0.0.beta2)
nokogiri (~> 1.6)
sinatra (~> 1.4)
sinatra (~> 2.0)

GEM
remote: https://rubygems.org/
Expand All @@ -16,16 +16,17 @@ GEM
addressable (>= 2.4)
mini_portile2 (2.4.0)
mustermann (1.0.3)
nokogiri (1.10.7)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
public_suffix (4.0.1)
rack (1.6.11)
rack-protection (1.5.5)
public_suffix (4.0.5)
rack (2.2.2)
rack-protection (2.0.8.1)
rack
sinatra (1.4.8)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
tilt (2.0.10)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/api_sim/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ApiSim
VERSION = "7.0.0"
VERSION = "8.0.0"
end