Skip to content
Merged
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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gem 'sinatra', '~> 2.1'
gem 'thin', '~> 1.8'

group :test do
gem 'coveralls_reborn', '~> 0.21.0', require: false
gem 'coveralls_reborn', '~> 0.22.0', require: false
gem 'pry', '~> 0.12'
gem 'rack-test', '~> 1.1'
gem 'rake', '~> 12.3', '>= 12.3'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
coderay (1.1.3)
coveralls_reborn (0.21.0)
coveralls_reborn (0.22.0)
simplecov (>= 0.18.1, < 0.22.0)
term-ansicolor (~> 1.6)
thor (>= 0.20.3, < 2.0)
Expand All @@ -14,7 +14,7 @@ GEM
rexml
daemons (1.3.1)
diff-lcs (1.4.4)
docile (1.3.5)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
eventmachine (1.2.7)
Expand Down Expand Up @@ -81,7 +81,7 @@ GEM
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
simplecov_json_formatter (0.1.3)
sinatra (2.1.0)
mustermann (~> 1.0)
rack (~> 2.2)
Expand All @@ -96,7 +96,7 @@ GEM
rack (>= 1, < 3)
thor (1.1.0)
tilt (2.0.10)
tins (1.28.0)
tins (1.29.1)
sync
unf (0.1.4)
unf_ext
Expand All @@ -111,7 +111,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
coveralls_reborn (~> 0.21.0)
coveralls_reborn (~> 0.22.0)
pry (~> 0.12)
rack-test (~> 1.1)
rake (~> 12.3, >= 12.3)
Expand Down