Skip to content
Closed
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
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
activesupport (6.0.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.4.0)
atomic (1.1.101)
aws-eventstream (1.1.0)
aws-partitions (1.388.0)
aws-sdk-core (3.109.1)
Expand All @@ -22,6 +21,7 @@ GEM
aws-sigv4 (1.2.2)
aws-eventstream (~> 1, >= 1.0.2)
builder (3.2.2)
concurrent-ruby (1.2.0)
descendants_tracker (0.0.3)
diff-lcs (1.2.5)
eventmachine (1.2.5)
Expand Down Expand Up @@ -49,7 +49,8 @@ GEM
httparty (0.12.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.6.5)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jeweler (2.1.2)
builder
bundler (>= 1.0)
Expand All @@ -68,8 +69,8 @@ GEM
treetop (~> 1.4.8)
mime-types (1.25.1)
mini_portile2 (2.1.0)
minitest (4.7.5)
multi_json (1.13.1)
minitest (5.17.0)
multi_json (1.15.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.8.1)
Expand Down Expand Up @@ -108,8 +109,7 @@ GEM
simple_oauth (0.1.9)
test-unit (3.2.7)
power_assert
thread_safe (0.1.3)
atomic
thread_safe (0.3.6)
tilt (2.0.7)
tinder (1.10.1)
eventmachine (~> 1.0)
Expand All @@ -127,9 +127,11 @@ GEM
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
tzinfo (0.3.38)
tzinfo (1.2.11)
thread_safe (~> 0.1)
yajl-ruby (1.3.1)
yard (0.8.7.2)
zeitwerk (2.6.6)

PLATFORMS
ruby
Expand Down