Skip to content

Commit

Permalink
[gem] actualize develeopment and real dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Nov 3, 2019
1 parent 4181143 commit e749032
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Supported clients:
- `ActiveSupport::Cache::FileStore` ([gem activesupport](https://github.com/rails/rails/blob/master/activesupport/lib/active_support/cache/file_store.rb)) ([file storage](https://api.rubyonrails.org/classes/ActiveSupport/Cache/FileStore.html))
- `ActiveSupport::Cache::MemoryStore` ([gem activesupport](https://github.com/rails/rails/blob/master/activesupport/lib/active_support/cache/memory_store.rb)) ([in memory storage](https://api.rubyonrails.org/classes/ActiveSupport/Cache/MemoryStore.html))

- [Coming Soon] File-based configuration;
- [Coming Soon] Simple in-memory hash-based cache client
- [Coming Soon] Simple key-value storage based on PostgreSQL
- [Coming Soon] Support for `ActiveSupport::Cache::NullStore`
Expand Down
4 changes: 2 additions & 2 deletions any_cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Gem::Specification.new do |spec|
end

spec.add_dependency 'concurrent-ruby', '~> 1.0'
spec.add_dependency 'qonfig', '~> 0.16'
spec.add_dependency 'qonfig', '>= 0.17'

spec.add_development_dependency 'coveralls', '~> 0.8'
spec.add_development_dependency 'simplecov', '~> 0.16'
spec.add_development_dependency 'armitage-rubocop', '~> 0.75'
spec.add_development_dependency 'armitage-rubocop', '~> 0.76'
spec.add_development_dependency 'rspec', '~> 3.8'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit e749032

Please sign in to comment.