Skip to content

Commit

Permalink
Upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisBresciani committed Feb 26, 2020
1 parent 0818590 commit 3740986
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_web_cache (0.7.3)
rails_web_cache (0.7.4)
rails (>= 5.2, < 7.0)

GEM
Expand Down Expand Up @@ -63,7 +63,7 @@ GEM
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
builder (3.2.4)
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand Down Expand Up @@ -92,9 +92,9 @@ GEM
mini_portile2 (2.4.0)
minitest (5.14.0)
nio4r (2.5.2)
nokogiri (1.10.7)
nokogiri (1.10.8)
mini_portile2 (~> 2.4.0)
rack (2.1.2)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2.1)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
tins (~> 1.0)
thor (1.0.1)
thread_safe (0.3.6)
tins (1.24.0)
tins (1.24.1)
sync
tzinfo (1.2.6)
thread_safe (~> 0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_web_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsWebCache
VERSION = '0.7.3'
VERSION = '0.7.4'
end

0 comments on commit 3740986

Please sign in to comment.