Skip to content

Commit bf250e0

Browse files
committed
IIRR-11 Add rubocop suggestions
1 parent 883611e commit bf250e0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source "https://rubygems.org"
44
gem "rails", "~> 8.0.2"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66

7-
gem 'discordrb'
8-
gem 'dotenv-rails'
7+
gem "discordrb"
8+
gem "dotenv-rails"
99

1010
gem "propshaft"
1111
# Use postgresql as the database for Active Record

app/lib/discord/bot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def initialize(configuration)
2525
end
2626
end
2727
end
28-
end
28+
end

app/lib/discord/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def initialize
88
# @log_mode = :normal
99
end
1010
end
11-
end
11+
end

lib/tasks/discord.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def bot
1212
end
1313
bot_wrapper.bot
1414
end
15-
end
15+
end

0 commit comments

Comments
 (0)