Skip to content

Commit

Permalink
chore(deps): pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Feb 10, 2024
1 parent 84ca71d commit 76ab39b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
39 changes: 20 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PATH
remote: .
specs:
code_review_leaderboard (0.1.0)
activesupport
async
faraday-retry
octokit
paint
terminal-table
whirly
activesupport (~> 7.1)
async (~> 2.8)
faraday-retry (~> 2.2)
octokit (~> 8.1)
paint (~> 2.3)
terminal-table (~> 3.0)
whirly (~> 0.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -39,7 +39,8 @@ GEM
console (1.23.3)
fiber-annotation
fiber-local
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
debug (1.9.1)
irb (~> 1.10)
Expand All @@ -56,7 +57,7 @@ GEM
faraday (~> 2.0)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
hashdiff (1.0.1)
hashdiff (1.1.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.2)
Expand All @@ -77,7 +78,7 @@ GEM
sawyer (~> 0.9)
paint (2.3.0)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand All @@ -88,7 +89,7 @@ GEM
rake (13.1.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
Expand Down Expand Up @@ -118,14 +119,14 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-performance (1.20.1)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand All @@ -149,9 +150,9 @@ GEM
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.0)
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.1)
rubocop-performance (~> 1.20.2)
stringio (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -161,7 +162,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
uri (0.13.0)
webmock (3.19.1)
webmock (3.20.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
14 changes: 7 additions & 7 deletions code_review_leaderboard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "octokit"
spec.add_dependency "faraday-retry"
spec.add_dependency "activesupport"
spec.add_dependency "async"
spec.add_dependency "octokit", "~> 8.1"
spec.add_dependency "faraday-retry", "~> 2.2"
spec.add_dependency "activesupport", "~> 7.1"
spec.add_dependency "async", "~> 2.8"

# Progress
spec.add_dependency "whirly"
spec.add_dependency "paint"
spec.add_dependency "whirly", "~> 0.3"
spec.add_dependency "paint", "~> 2.3"

# Output
spec.add_dependency "terminal-table"
spec.add_dependency "terminal-table", "~> 3.0"

# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html
Expand Down

0 comments on commit 76ab39b

Please sign in to comment.