diff --git a/Gemfile.lock b/Gemfile.lock index 139b96b..efaa647 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,60 @@ GEM remote: http://rubygems.org/ specs: + activesupport (7.0.4) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + bluecloth (2.2.0) choice (0.1.4) + chronic (0.10.2) + concurrent-ruby (1.1.10) + haml (6.0.12) + temple (>= 0.8.2) + thor + tilt + hpricot (0.8.6) + htmlentities (4.3.4) + i18n (1.12.0) + concurrent-ruby (~> 1.0) json (1.5.1) - rack (1.2.1) - sinatra (1.2.0) - rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) - tilt (1.2.2) + levenshtein (0.2.2) + minitest (5.16.3) + mustermann (2.0.2) + ruby2_keywords (~> 0.0.1) + pg (0.21.0) + postgres (0.8.1) + pg (~> 0) + rack (2.2.4) + rack-protection (2.2.3) + rack + ruby2_keywords (0.0.5) + sinatra (2.2.3) + mustermann (~> 2.0) + rack (~> 2.2) + rack-protection (= 2.2.3) + tilt (~> 2.0) + temple (0.9.1) + text (1.3.1) + thor (1.2.1) + tilt (2.0.11) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES + activesupport + bluecloth choice + chronic + haml + hpricot + htmlentities json + levenshtein + postgres sinatra + text