Skip to content

Commit

Permalink
Remove unnecessary require rails
Browse files Browse the repository at this point in the history
  • Loading branch information
rantan committed Jun 30, 2021
1 parent a1c36b5 commit d564762
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/glueby.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
require "glueby/version"
require 'tapyrus'

begin
require 'rails'
rescue LoadError
# do nothing
end

module Glueby
autoload :Contract, 'glueby/contract'
autoload :Generator, 'glueby/generator'
Expand Down

0 comments on commit d564762

Please sign in to comment.