Skip to content

Commit

Permalink
remove specific psych gem version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Jenkins committed Jan 5, 2022
1 parent 8c40b24 commit 009a9c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile.lock
Expand Up @@ -2,7 +2,6 @@ PATH
remote: .
specs:
yalphabetize (0.4.1)
psych (~> 3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -30,7 +29,6 @@ GEM
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
psych (3.3.2)
rainbow (3.0.0)
regexp_parser (2.1.1)
rexml (3.2.5)
Expand Down
1 change: 0 additions & 1 deletion yalphabetize.gemspec
Expand Up @@ -9,7 +9,6 @@ Gem::Specification.new do |s|
s.authors = ['Sam Jenkins']
s.files = Dir['{bin,lib}/**/*']
s.executables << 'yalphabetize'
s.add_runtime_dependency 'psych', '~> 3'
s.add_development_dependency 'factory_bot'
s.add_development_dependency 'pry'
s.add_development_dependency 'rspec'
Expand Down

0 comments on commit 009a9c6

Please sign in to comment.