Skip to content

Commit

Permalink
update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
alachaum committed Sep 2, 2024
1 parent bd0f412 commit 2472018
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/semantic_logger_3.4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger", "3.4.1"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/semantic_logger_4.6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger", "4.6.1"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/semantic_logger_4.7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger", "4.7.0"
gem "timecop"
gem "webmock"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/semantic_logger_4.7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gem "appraisal", github: "thoughtbot/appraisal"
gem "bundler", "~> 2.0"
gem "rake", ">= 12.3.3"
gem "rspec", "~> 3.0"
gem "rubocop", "1.52.1"
gem "rubocop-rspec", "2.22.0"
gem "rubocop", "~> 1.64.1"
gem "rubocop-rspec", "~> 3.0.1"
gem "semantic_logger", "4.7.2"
gem "timecop"
gem "webmock"
Expand Down

0 comments on commit 2472018

Please sign in to comment.