Skip to content

Commit 64023bf

Browse files
committed
Fix Rubocop offenses
1 parent 84b8537 commit 64023bf

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

demo/app/models/model_user.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
class ModelUser
22
include ActiveModel::Model
3+
34
attr_accessor :email, :password, :comments, :misc
45

56
validates :email, :password, presence: true

gemfiles/8.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
44
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
55
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
66
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7-
gem "rails", "~> 8.0.1"
87
gem "propshaft"
8+
gem "rails", "~> 8.0.1"
99
gem "sqlite3"

gemfiles/edge.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ eval File.read(gems), binding, gems # rubocop: disable Security/Eval
44
gem "bigdecimal" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
55
gem "drb" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
66
gem "mutex_m" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
7-
gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
87
gem "propshaft"
8+
gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
99
gem "sqlite3"

0 commit comments

Comments
 (0)