Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jun 27, 2022
1 parent 627f14a commit 50ae8b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ldp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
spec.add_development_dependency "rspec_junit_formatter"
spec.add_development_dependency "rubocop-rake"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "webmock"
spec.add_development_dependency "webrick"
Expand Down
3 changes: 2 additions & 1 deletion lib/ldp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'ldp/version'

require 'active_support/isolated_execution_state'
require 'active_support'
require 'active_support/isolated_execution_state' if ActiveSupport.version >= Gem::Version.new("6.0.0")
require 'deprecation'
require 'json/ld'
require 'logger'
Expand Down

0 comments on commit 50ae8b6

Please sign in to comment.