diff --git a/Gemfile.lock b/Gemfile.lock index 139b96b..20f7a2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,53 @@ GEM remote: http://rubygems.org/ specs: + activesupport (6.1.3.2) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + bluecloth (2.2.0) choice (0.1.4) - json (1.5.1) + chronic (0.10.2) + concurrent-ruby (1.1.8) + haml (5.2.1) + temple (>= 0.8.0) + tilt + hpricot (0.8.6) + htmlentities (4.3.4) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + json (2.3.0) + levenshtein (0.2.2) + minitest (5.14.4) + pg (0.21.0) + postgres (0.8.1) + pg (~> 0) rack (1.2.1) sinatra (1.2.0) rack (~> 1.1) - tilt (< 2.0, >= 1.2.2) + tilt (>= 1.2.2, < 2.0) + temple (0.8.2) + text (1.3.1) tilt (1.2.2) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) + zeitwerk (2.4.2) PLATFORMS ruby DEPENDENCIES + activesupport + bluecloth choice + chronic + haml + hpricot + htmlentities json + levenshtein + postgres sinatra + text