Skip to content

Commit

Permalink
Remove activemodel dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
drexed committed Sep 27, 2024
1 parent d711358 commit 4b94a30
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2024-09-22
## [2.0.1] - 2024-09-27
### Removed
- Activemodel dependency

## [2.0.0] - 2024-09-27
### Changed
- Rewrite app to use interactor pattern

Expand Down
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PATH
remote: .
specs:
lite-command (2.0.0)
activemodel
lite-command (2.0.1)
ostruct

GEM
Expand All @@ -25,8 +24,6 @@ GEM
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activemodel (7.2.1)
activesupport (= 7.2.1)
activesupport (7.2.1)
base64
bigdecimal
Expand Down
2 changes: 1 addition & 1 deletion lib/lite/command/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Lite
module Command

VERSION = "2.0.0"
VERSION = "2.0.1"

end
end
1 change: 0 additions & 1 deletion lite-command.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = %w[lib]

spec.add_dependency "activemodel"
spec.add_dependency "ostruct"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit 4b94a30

Please sign in to comment.