Skip to content

Commit

Permalink
Merge pull request #74 from thoughtbot/dependabot/bundler/standard-1.…
Browse files Browse the repository at this point in the history
…39.0

Bump standard from 1.33.0 to 1.39.0
  • Loading branch information
MatheusRich committed Jul 1, 2024
2 parents e0f6b83 + 1a129ce commit 1370e94
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.2"
gem "standard", "~> 1.33"
gem "standard", "~> 1.39"

group :test do
gem "rspec", "~> 3.13"
Expand Down
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ GEM
multipart-post (2.3.0)
net-http (0.4.1)
uri
parallel (1.24.0)
parser (3.2.2.4)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
public_suffix (5.0.5)
racc (1.7.3)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.8.3)
rexml (3.2.8)
strscan (>= 3.0.9)
regexp_parser (2.9.2)
rexml (3.3.1)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -87,22 +87,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.59.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.1)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-openai (5.2.0)
event_stream_parser (>= 0.3.0, < 1.0.0)
faraday (>= 1)
Expand All @@ -120,18 +120,18 @@ GEM
faraday-multipart
gli
hashie
standard (1.33.0)
standard (1.39.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.59.0)
rubocop (~> 1.64.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-performance (~> 1.4)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.0)
standard-performance (1.4.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.1)
rubocop-performance (~> 1.21.0)
strscan (3.1.0)
timecop (0.9.10)
timers (4.3.5)
Expand All @@ -151,7 +151,7 @@ DEPENDENCIES
rake (~> 13.2)
rspec (~> 3.13)
simplecov
standard (~> 1.33)
standard (~> 1.39)
timecop
webmock

Expand Down
4 changes: 2 additions & 2 deletions spec/support/timecop.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Timecop.safe_mode = true

module TimecopHelpers
def travel_to(date, &block)
Timecop.travel(date, &block)
def travel_to(date, &)
Timecop.travel(date, &)
end
end

Expand Down

0 comments on commit 1370e94

Please sign in to comment.