Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 7, 2025
1 parent 954fe48 commit 50cd7b6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ gemspec
gem 'appraisal', git: 'https://github.com/thoughtbot/appraisal.git', branch: :main

gem 'bigdecimal'
gem 'ostruct'
gem 'fakefs', '~> 1.2'
gem 'nokogiri', '~> 1.16.7'
gem 'ostruct'
gem 'pry'
gem 'rspec', '~> 3.9'
gem 'rubocop', '~> 1.20'
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/mongoid_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "ostruct"
gem "fakefs", "~> 1.2"
gem "mongoid", "~> 7.0.0"
gem "nokogiri", "~> 1.16.7"
gem "ostruct"
gem "pry"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "mongoid", "~> 7.0.0"

gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/mongoid_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "ostruct"
gem "fakefs", "~> 1.2"
gem "mongoid", "~> 8.0.0"
gem "nokogiri", "~> 1.16.7"
gem "ostruct"
gem "pry"
gem "rspec", "~> 3.9"
gem "rubocop", "~> 1.20"
gem "rubocop-rspec", "~> 2.4"
gem "mongoid", "~> 8.0.0"

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

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 "ostruct"
gem "fakefs", "~> 1.2"
gem "nokogiri", "~> 1.16.7"
gem "ostruct"
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: "../"
6 changes: 3 additions & 3 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

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 "ostruct"
gem "fakefs", "~> 1.2"
gem "nokogiri", "~> 1.16.7"
gem "ostruct"
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: "../"
4 changes: 2 additions & 2 deletions gemfiles/sequel_5.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ source "https://rubygems.org"

gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git", branch: :main
gem "bigdecimal"
gem "ostruct"
gem "fakefs", "~> 1.2"
gem "jdbc-sqlite3", platform: :jruby
gem "nokogiri", "~> 1.16.7"
gem "ostruct"
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 50cd7b6

Please sign in to comment.