Skip to content

Commit

Permalink
logger and mutex_m are added to add_runtime_dependency | v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenn committed Sep 4, 2024
1 parent d21e214 commit 2b9c9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions active_flag.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activerecord', '>= 5'
spec.add_runtime_dependency 'logger'
spec.add_runtime_dependency 'mutex_m'
spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest'
Expand Down
2 changes: 1 addition & 1 deletion lib/active_flag/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveFlag
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit 2b9c9fb

Please sign in to comment.