Skip to content

Commit

Permalink
build: switch dependency to edn2023 fork
Browse files Browse the repository at this point in the history
  • Loading branch information
edporras committed Mar 12, 2023
1 parent f46f926 commit 2435c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edn_turbo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
# s.rubygems_version = '1.6.2'

s.add_runtime_dependency('edn', '~> 1.1')
s.add_runtime_dependency('edn2023', '~> 1.1')
s.add_runtime_dependency('rake', '>= 12.3', '< 14.0')

s.add_development_dependency('pry-byebug', '~> 3.9')
Expand Down

0 comments on commit 2435c36

Please sign in to comment.