Gemfile.lock in vncpost_api-0.2.1 vs Gemfile.lock in vncpost_api-0.3.0
- old
+ new
@@ -1,40 +1,42 @@
PATH
remote: .
specs:
- vncpost_api (0.2.0)
+ vncpost_api (0.2.1)
activeresource
+ jwt
GEM
remote: https://rubygems.org/
specs:
- activemodel (6.0.3)
- activesupport (= 6.0.3)
+ activemodel (6.1.4.1)
+ activesupport (= 6.1.4.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
builder (~> 3.1)
activeresource (5.1.1)
activemodel (>= 5.0, < 7)
activemodel-serializers-xml (~> 1.0)
activesupport (>= 5.0, < 7)
- activesupport (6.0.3)
+ activesupport (6.1.4.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
- i18n (>= 0.7, < 2)
- minitest (~> 5.1)
- tzinfo (~> 1.1)
- zeitwerk (~> 2.2, >= 2.2.2)
+ i18n (>= 1.6, < 2)
+ minitest (>= 5.1)
+ tzinfo (~> 2.0)
+ zeitwerk (~> 2.3)
builder (3.2.4)
byebug (11.1.1)
coderay (1.1.2)
- concurrent-ruby (1.1.6)
+ concurrent-ruby (1.1.9)
diff-lcs (1.3)
dotenv (2.7.5)
- i18n (1.8.2)
+ i18n (1.8.10)
concurrent-ruby (~> 1.0)
+ jwt (2.2.3)
method_source (1.0.0)
- minitest (5.14.1)
+ minitest (5.14.4)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
@@ -51,14 +53,13 @@
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
- thread_safe (0.3.6)
- tzinfo (1.2.7)
- thread_safe (~> 0.1)
- zeitwerk (2.3.0)
+ tzinfo (2.0.4)
+ concurrent-ruby (~> 1.0)
+ zeitwerk (2.4.2)
PLATFORMS
ruby
DEPENDENCIES
@@ -68,6 +69,6 @@
rake (~> 12.0)
rspec (~> 3.0)
vncpost_api!
BUNDLED WITH
- 2.1.4
+ 2.2.26