Skip to content

Commit c3f01e3

Browse files
committed
Fix rubocop
1 parent c48e801 commit c3f01e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

aws-actiondispatch-dynamodb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Gem::Specification.new do |spec|
1515

1616
spec.add_dependency('aws-sessionstore-dynamodb', '~> 3')
1717

18-
spec.add_dependency('railties', '>= 7.1.0')
1918
spec.add_dependency('actionpack', '>= 7.1.0')
19+
spec.add_dependency('railties', '>= 7.1.0')
2020

2121
spec.required_ruby_version = '>= 2.7'
2222
end

lib/aws-actiondispatch-dynamodb.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module ActionDispatch
77
module DynamoDb
88
VERSION = File.read(File.expand_path('../VERSION', __dir__)).strip
99

10+
# @api private
1011
class Railtie < ::Rails::Railtie
1112
rake_tasks do
1213
load 'tasks/dynamo_db/session_store.rake'

0 commit comments

Comments
 (0)