summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/gemstash/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/gemstash/Gemfile.lock')
-rw-r--r--pkgs/development/tools/gemstash/Gemfile.lock120
1 files changed, 81 insertions, 39 deletions
diff --git a/pkgs/development/tools/gemstash/Gemfile.lock b/pkgs/development/tools/gemstash/Gemfile.lock
index b7f9f963f3b8..eed8dffc6225 100644
--- a/pkgs/development/tools/gemstash/Gemfile.lock
+++ b/pkgs/development/tools/gemstash/Gemfile.lock
@@ -1,58 +1,100 @@
GEM
remote: https://rubygems.org/
specs:
- activesupport (5.2.6.2)
+ activesupport (7.1.2)
+ base64
+ bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- concurrent-ruby (1.1.9)
- dalli (2.7.11)
- faraday (0.17.5)
- multipart-post (>= 1.2, < 3)
- faraday_middleware (0.14.0)
- faraday (>= 0.7.4, < 1.0)
- gemstash (2.1.0)
- activesupport (>= 4.2, < 6)
- dalli (~> 2.7)
- faraday (~> 0.9)
- faraday_middleware (~> 0.10)
+ connection_pool (>= 2.2.5)
+ drb
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ mutex_m
+ tzinfo (~> 2.0)
+ base64 (0.2.0)
+ bigdecimal (3.1.4)
+ concurrent-ruby (1.2.2)
+ connection_pool (2.4.1)
+ dalli (3.2.6)
+ drb (2.2.0)
+ ruby2_keywords
+ faraday (1.10.3)
+ faraday-em_http (~> 1.0)
+ faraday-em_synchrony (~> 1.0)
+ faraday-excon (~> 1.1)
+ faraday-httpclient (~> 1.0)
+ faraday-multipart (~> 1.0)
+ faraday-net_http (~> 1.0)
+ faraday-net_http_persistent (~> 1.0)
+ faraday-patron (~> 1.0)
+ faraday-rack (~> 1.0)
+ faraday-retry (~> 1.0)
+ ruby2_keywords (>= 0.0.4)
+ faraday-em_http (1.0.0)
+ faraday-em_synchrony (1.0.0)
+ faraday-excon (1.1.0)
+ faraday-httpclient (1.0.1)
+ faraday-multipart (1.0.4)
+ multipart-post (~> 2)
+ faraday-net_http (1.0.1)
+ faraday-net_http_persistent (1.2.0)
+ faraday-patron (1.0.0)
+ faraday-rack (1.0.0)
+ faraday-retry (1.0.3)
+ faraday_middleware (1.2.0)
+ faraday (~> 1.0)
+ gemstash (2.7.1)
+ activesupport (>= 4.2, < 8)
+ dalli (>= 3.2.3, < 4)
+ faraday (>= 1, < 3)
+ faraday_middleware (~> 1.0)
lru_redux (~> 1.1)
- puma (~> 4.0)
+ psych (>= 3.2.1)
+ puma (~> 6.1)
sequel (~> 5.0)
server_health_check-rack (~> 0.1)
- sinatra (>= 1.4, < 3.0)
+ sinatra (>= 1.4, < 4.0)
sqlite3 (~> 1.3)
- thor (~> 0.20)
- i18n (1.10.0)
+ terminal-table (~> 3.0)
+ thor (~> 1.0)
+ i18n (1.14.1)
concurrent-ruby (~> 1.0)
lru_redux (1.1.0)
- minitest (5.15.0)
- multipart-post (2.1.1)
- mustermann (1.1.1)
+ mini_portile2 (2.8.5)
+ minitest (5.20.0)
+ multipart-post (2.3.0)
+ mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
- nio4r (2.5.8)
- puma (4.3.11)
+ mutex_m (0.2.0)
+ nio4r (2.6.1)
+ psych (5.1.1.1)
+ stringio
+ puma (6.4.0)
nio4r (~> 2.0)
- rack (2.2.3)
- rack-protection (2.2.0)
- rack
+ rack (2.2.8)
+ rack-protection (3.1.0)
+ rack (~> 2.2, >= 2.2.4)
ruby2_keywords (0.0.5)
- sequel (5.54.0)
+ sequel (5.74.0)
+ bigdecimal
server_health_check (1.0.2)
server_health_check-rack (0.1.0)
server_health_check (~> 1.0, >= 1.0.1)
- sinatra (2.2.0)
- mustermann (~> 1.0)
- rack (~> 2.2)
- rack-protection (= 2.2.0)
+ sinatra (3.1.0)
+ mustermann (~> 3.0)
+ rack (~> 2.2, >= 2.2.4)
+ rack-protection (= 3.1.0)
tilt (~> 2.0)
- sqlite3 (1.4.2)
- thor (0.20.3)
- thread_safe (0.3.6)
- tilt (2.0.10)
- tzinfo (1.2.9)
- thread_safe (~> 0.1)
+ sqlite3 (1.6.9)
+ mini_portile2 (~> 2.8.0)
+ stringio (3.1.0)
+ terminal-table (3.0.2)
+ unicode-display_width (>= 1.1.1, < 3)
+ thor (1.3.0)
+ tilt (2.3.0)
+ tzinfo (2.0.6)
+ concurrent-ruby (~> 1.0)
+ unicode-display_width (2.5.0)
PLATFORMS
ruby
@@ -61,4 +103,4 @@ DEPENDENCIES
gemstash
BUNDLED WITH
- 2.1.4
+ 2.4.22