Skip to content

Commit

Permalink
remove Lepus::Rails constant
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Oct 31, 2024
1 parent 43a6bd2 commit e6749af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
ruby2-test:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ We provide a Puma plugin if you want to run the Lepus's supervisor together with
plugin :lepus
```

**Note**: The Puma plugin is only available if you are using Puma 6.x or higher.

## Development

After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
Expand Down
5 changes: 0 additions & 5 deletions lib/lepus/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
require "rails/railtie"
require "active_support/log_subscriber"

module Lepus
module Rails
end
end

require_relative "rails/log_subscriber"
require_relative "rails/railtie"

0 comments on commit e6749af

Please sign in to comment.