Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsmydoing committed Dec 4, 2023
1 parent 2739a78 commit 988e175
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 97 deletions.
1 change: 0 additions & 1 deletion lib/phraseapp_updater/locale_file/json_file.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'multi_json'
require 'oj'

# We're working with pure JSON, not
Expand Down
32 changes: 17 additions & 15 deletions nix/gem/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,27 @@ gem "coderay", "1.1.3"
gem "deep_merge", "1.2.2"
gem "diff-lcs", "1.5.0"
gem "ethon", "0.16.0"
gem "ffi", "1.15.5"
gem "ffi", "1.16.3"
gem "hashdiff", "1.0.1"
gem "io-console", "0.6.0"
gem "irb", "1.6.2"
gem "json", "2.6.3"
gem "irb", "1.10.0"
gem "json", "2.7.0"
gem "link-header-parser", "4.0.0"
gem "method_source", "1.0.0"
gem "multi_json", "1.15.0"
gem "oj", "2.18.5"
gem "parallel", "1.22.1"
gem "phrase", "2.8.3"
gem "oj", "3.16.1"
gem "parallel", "1.23.0"
gem "phrase", "2.20.0"
gem "pry", "0.14.2"
gem "rake", "10.5.0"
gem "reline", "0.3.2"
gem "psych", "5.1.1.1"
gem "rake", "13.1.0"
gem "rdoc", "6.6.0"
gem "reline", "0.4.1"
gem "rspec", "3.12.0"
gem "rspec-core", "3.12.1"
gem "rspec-expectations", "3.12.2"
gem "rspec-mocks", "3.12.3"
gem "rspec-support", "3.12.0"
gem "rspec-core", "3.12.2"
gem "rspec-expectations", "3.12.3"
gem "rspec-mocks", "3.12.6"
gem "rspec-support", "3.12.1"
gem "rspec_junit_formatter", "0.6.0"
gem "thor", "0.20.3"
gem "typhoeus", "1.4.0"
gem "stringio", "3.1.0"
gem "thor", "1.3.0"
gem "typhoeus", "1.4.1"
71 changes: 39 additions & 32 deletions nix/gem/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,44 +7,49 @@ GEM
diff-lcs (1.5.0)
ethon (0.16.0)
ffi (>= 1.15.0)
ffi (1.15.5)
ffi (1.16.3)
hashdiff (1.0.1)
io-console (0.6.0)
irb (1.6.2)
reline (>= 0.3.0)
json (2.6.3)
irb (1.10.0)
rdoc
reline (>= 0.3.8)
json (2.7.0)
link-header-parser (4.0.0)
method_source (1.0.0)
multi_json (1.15.0)
oj (2.18.5)
parallel (1.22.1)
phrase (2.8.3)
oj (3.16.1)
parallel (1.23.0)
phrase (2.20.0)
json (~> 2.1, >= 2.1.0)
link-header-parser (~> 4.0)
typhoeus (~> 1.0, >= 1.0.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
rake (10.5.0)
reline (0.3.2)
psych (5.1.1.1)
stringio
rake (13.1.0)
rdoc (6.6.0)
psych (>= 4.0.0)
reline (0.4.1)
io-console (~> 0.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (3.12.1)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
thor (0.20.3)
typhoeus (1.4.0)
stringio (3.1.0)
thor (1.3.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)

PLATFORMS
Expand All @@ -56,28 +61,30 @@ DEPENDENCIES
deep_merge (= 1.2.2)
diff-lcs (= 1.5.0)
ethon (= 0.16.0)
ffi (= 1.15.5)
ffi (= 1.16.3)
hashdiff (= 1.0.1)
io-console (= 0.6.0)
irb (= 1.6.2)
json (= 2.6.3)
irb (= 1.10.0)
json (= 2.7.0)
link-header-parser (= 4.0.0)
method_source (= 1.0.0)
multi_json (= 1.15.0)
oj (= 2.18.5)
parallel (= 1.22.1)
phrase (= 2.8.3)
oj (= 3.16.1)
parallel (= 1.23.0)
phrase (= 2.20.0)
pry (= 0.14.2)
rake (= 10.5.0)
reline (= 0.3.2)
psych (= 5.1.1.1)
rake (= 13.1.0)
rdoc (= 6.6.0)
reline (= 0.4.1)
rspec (= 3.12.0)
rspec-core (= 3.12.1)
rspec-expectations (= 3.12.2)
rspec-mocks (= 3.12.3)
rspec-support (= 3.12.0)
rspec-core (= 3.12.2)
rspec-expectations (= 3.12.3)
rspec-mocks (= 3.12.6)
rspec-support (= 3.12.1)
rspec_junit_formatter (= 0.6.0)
thor (= 0.20.3)
typhoeus (= 1.4.0)
stringio (= 3.1.0)
thor (= 1.3.0)
typhoeus (= 1.4.1)

BUNDLED WITH
2.4.6
2.4.22
Loading

0 comments on commit 988e175

Please sign in to comment.