We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e11cb commit 798a2f5Copy full SHA for 798a2f5
2 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- cacheable (1.0.4)
+ cacheable (2.0.0)
5
6
GEM
7
remote: https://rubygems.org/
@@ -99,4 +99,4 @@ DEPENDENCIES
99
rubocop-rspec
100
101
BUNDLED WITH
102
- 2.2.32
+ 2.3.6
lib/cacheable/version.rb
@@ -2,9 +2,9 @@
module Cacheable
module VERSION
- MAJOR = 1
+ MAJOR = 2
MINOR = 0
- TINY = 4
+ TINY = 0
8
PRE = nil
9
10
def self.to_s
0 commit comments