Skip to content

Commit cc2135c

Browse files
committed
bump version
1 parent 7cb9915 commit cc2135c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
memery (1.4.1)
4+
memery (1.5.0)
55
ruby2_keywords (~> 0.0.2)
66

77
GEM
@@ -83,7 +83,7 @@ GEM
8383
rubocop-sequel (0.2.0)
8484
rubocop (~> 1.0)
8585
ruby-progressbar (1.11.0)
86-
ruby2_keywords (0.0.4)
86+
ruby2_keywords (0.0.5)
8787
simplecov (0.21.2)
8888
docile (~> 1.1)
8989
simplecov-html (~> 0.11)
@@ -113,4 +113,4 @@ DEPENDENCIES
113113
simplecov-lcov
114114

115115
BUNDLED WITH
116-
2.2.17
116+
2.4.14

lib/memery/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Memery
4-
VERSION = "1.4.1"
4+
VERSION = "1.5.0"
55
end

0 commit comments

Comments
 (0)