Skip to content

Commit

Permalink
Add standardrb and apply standardization to lib/*
Browse files Browse the repository at this point in the history
  • Loading branch information
coderberry committed Jan 3, 2024
1 parent 47ec075 commit 62d0055
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

source "https://rubygems.org"
gemspec

gem "standard", "~> 1.0"
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ PLATFORMS
DEPENDENCIES
phlex_ui!
rake
ruby-next (~> 1.0)
standard (~> 1.0)
standard

BUNDLED WITH
2.5.3
1 change: 0 additions & 1 deletion phlex_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ Gem::Specification.new do |s|
end

s.add_development_dependency "rake"
s.add_development_dependency "ruby-next", "~> 1.0"
s.add_development_dependency "standard"
end

0 comments on commit 62d0055

Please sign in to comment.