Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec

gem "gems", "~> 1.2"
gem "gems", ">= 1.2", "< 3"
gem "google-style", ">= 1.31.0", "< 1.33"
gem "hurley"
gem "irb", "~> 1.17"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM
logger
faraday-net_http (3.4.4)
net-http (~> 0.5)
gems (1.3.0)
gems (2.0.0)
google-style (1.32.0)
rubocop (~> 1.76)
hurley (0.2)
Expand Down Expand Up @@ -109,7 +109,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
gems (~> 1.2)
gems (>= 1.2, < 3)
google-style (>= 1.31.0, < 1.33)
hurley
irb (~> 1.17)
Expand All @@ -131,7 +131,7 @@ CHECKSUMS
erb (6.0.6) sha256=a9b24986700f5bf127c4f297c5403c3ca41b83b0a316c0cd09a096b56e644ae5
faraday (2.14.3) sha256=1882247e6766615c8220b4392bf1d27f6ebb63d8e28267587cef1fb0bf37f278
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
gems (1.3.0) sha256=37e7fb834365f39d3c2c649f0a7017288b0fe9ca69d3056b6760b53468b585ae
gems (2.0.0) sha256=3ca986bd8c4e1aca49eef64b7f2aaa2642be86bd13579b27217105fdac7f543e
google-style (1.32.0) sha256=3b13068979e5b8caa067ecce9bf818b6cf0e5eb706ead41c5b905f237d9bfb01
hurley (0.2) sha256=6f44cd30f47141ef3c5dbc799c6613e45d52ce9c1a499dc64bc165db9692ee92
io-console (0.8.2) sha256=d6e3ae7a7cc7574f4b8893b4fca2162e57a825b223a177b7afa236c5ef9814cc
Expand Down
Loading