Skip to content
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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
source 'https://rubygems.org'
ruby "~> 2.7.0"

gem "sinatra", "~> 2.1"
gem "sinatra-contrib", "~> 2.1"
gem "sinatra", "~> 2.1", ">= 2.1.0"
gem "sinatra-contrib", "~> 2.1", ">= 2.1.0"
gem "erector", ">=0.9.0"
gem "puma", "~> 5.1"
gem "activesupport", "~> 6.0", ">= 6.0.3.1"
gem "activesupport", "~> 6.1", ">= 6.1.7.3"
gem "json", "~> 2.3", ">= 2.3.1"
gem "rack-rewrite", "~>1.5"
gem "sassc", "~> 2.4", ">= 2.4.0"
Expand All @@ -17,7 +17,7 @@ gem "barnes", "~> 0.0.7"
gem "nokogiri", "~> 1.10", ">= 1.10.10" # fixed versions, for Windows
gem 'newrelic_rpm', '~> 6.12', ">= 6.12.0.367"
gem "oj", "~> 3.10", ">= 3.10.13"
gem "rack-cache", "~> 1.12", ">= 1.12.0"
gem "rack-cache", "~> 1.12", ">= 1.12.1"
gem "rake", "~> 13.0"
gem "rake-notes", "~> 0.2"
gem "rspec", "~> 3.8"
Expand Down
46 changes: 23 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.1)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -45,25 +45,25 @@ GEM
chronic (0.10.2)
coderay (1.1.3)
colored (1.2)
concurrent-ruby (1.1.7)
concurrent-ruby (1.2.2)
daemons (1.3.1)
diff-lcs (1.2.5)
erector (0.10.0)
treetop (>= 1.2.3)
eventmachine (1.2.7)
ffi (1.14.2)
files (0.4.0)
i18n (1.8.7)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.5.1)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
method_source (1.0.0)
mini_portile2 (2.5.0)
minitest (5.14.3)
minitest (5.18.0)
multi_json (1.15.0)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
newrelic_rpm (6.14.0)
nio4r (2.5.4)
Expand All @@ -80,10 +80,10 @@ GEM
puma (5.1.1)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
rack-cache (1.12.1)
rack (2.2.6.4)
rack-cache (1.13.0)
rack (>= 0.4)
rack-protection (2.1.0)
rack-protection (2.2.4)
rack
rack-rewrite (1.5.1)
rack-ssl (1.4.1)
Expand All @@ -110,7 +110,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.1)
ruby2_keywords (0.0.2)
ruby2_keywords (0.0.5)
ruby2ruby (2.4.4)
ruby_parser (~> 3.1)
sexp_processor (~> 4.6)
Expand All @@ -119,34 +119,34 @@ GEM
sassc (2.4.0)
ffi (~> 1.9)
sexp_processor (4.15.2)
sinatra (2.1.0)
mustermann (~> 1.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
rack-protection (= 2.2.4)
tilt (~> 2.0)
sinatra-contrib (2.1.0)
sinatra-contrib (2.2.4)
multi_json
mustermann (~> 1.0)
rack-protection (= 2.1.0)
sinatra (= 2.1.0)
mustermann (~> 2.0)
rack-protection (= 2.2.4)
sinatra (= 2.2.4)
tilt (~> 2.0)
statsd-ruby (1.5.0)
thin (1.8.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
tilt (2.0.10)
tilt (2.1.0)
treetop (1.6.11)
polyglot (~> 0.3)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.4.2)
zeitwerk (2.6.7)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 6.0, >= 6.0.3.1)
activesupport (~> 6.1, >= 6.1.7.3)
awesome_print (~> 1.8)
barnes (~> 0.0.7)
chronic (~> 0.10.2)
Expand All @@ -160,7 +160,7 @@ DEPENDENCIES
oj (~> 3.10, >= 3.10.13)
pry (~> 0.13)
puma (~> 5.1)
rack-cache (~> 1.12, >= 1.12.0)
rack-cache (~> 1.12, >= 1.12.1)
rack-rewrite (~> 1.5)
rack-ssl (~> 1.4, >= 1.4.1)
rake (~> 13.0)
Expand All @@ -170,8 +170,8 @@ DEPENDENCIES
rollbar (~> 3.0, >= 3.0.0)
rspec (~> 3.8)
sassc (~> 2.4, >= 2.4.0)
sinatra (~> 2.1)
sinatra-contrib (~> 2.1)
sinatra (~> 2.1, >= 2.1.0)
sinatra-contrib (~> 2.1, >= 2.1.0)
wrong!

RUBY VERSION
Expand Down