Skip to content

Commit

Permalink
Rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HarlemSquirrel committed May 16, 2024
1 parent 758d168 commit 40779e8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gemfiles/mongoid_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ source "https://rubygems.org"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "fakefs", "~> 1.2"
gem "mongoid", "~> 7.0.0"
gem "nokogiri", "~> 1.10"
gem "pry"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "mongoid", "~> 7.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/mongoid_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ source "https://rubygems.org"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "fakefs", "~> 1.2"
gem "mongoid", "~> 8.0.0"
gem "nokogiri", "~> 1.10"
gem "pry"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "mongoid", "~> 8.0.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platform: :jruby
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "fakefs", "~> 1.2"
gem "nokogiri", "~> 1.10"
gem "pry"
gem "rails", "~> 6.1.0"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platform: :jruby
gem "rails", "~> 6.1.0"
gem "sqlite3", "~> 1.4", platform: :mri

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

source "https://rubygems.org"

gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platform: :jruby
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "fakefs", "~> 1.2"
gem "nokogiri", "~> 1.10"
gem "pry"
gem "rails", "~> 7.0.0"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "activerecord-jdbcsqlite3-adapter", "~> 70.0", platform: :jruby
gem "rails", "~> 7.0.0"
gem "sqlite3", "~> 1.4", platform: :mri

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/sequel_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ source "https://rubygems.org"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "fakefs", "~> 1.2"
gem "jdbc-sqlite3", platform: :jruby
gem "nokogiri", "~> 1.10"
gem "pry"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "jdbc-sqlite3", platform: :jruby
gem "sequel", "~> 5.0"
gem "sqlite3", "~> 1.4", platform: :mri

Expand Down

0 comments on commit 40779e8

Please sign in to comment.