Skip to content

Commit

Permalink
Fix Gemfile.lock oddness
Browse files Browse the repository at this point in the history
  • Loading branch information
jbirdjavi committed Nov 28, 2023
1 parent 160e56a commit 2f21931
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,8 @@ GIT
GEM
remote: https://gems.contribsys.com/
specs:
docile (1.4.0)
sidekiq-pro (5.5.1)
sidekiq (>= 6.5.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -173,6 +166,7 @@ GEM
responders
warden (~> 1.2.3)
diff-lcs (1.4.4)
docile (1.4.0)
dogstatsd-ruby (5.5.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -453,9 +447,15 @@ GEM
concurrent-ruby (~> 1.0, >= 1.0.5)
sidekiq (>= 5.0, < 8.0)
thor (>= 0.20, < 3.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-cobertura (2.1.0)
rexml
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sixarm_ruby_unaccent (1.2.0)
snaky_hash (2.0.1)
hashie
Expand Down

0 comments on commit 2f21931

Please sign in to comment.