Skip to content

Commit 53dddfb

Browse files
committed
Update development dependencies
1 parent 272723f commit 53dddfb

5 files changed

+47
-4
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.bundle
44
.config
55
.yardoc
6-
Gemfile.lock
76
InstalledFiles
87
_yardoc
98
coverage

.ruby-gemset

-1
This file was deleted.

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.3
1+
3.0.0

Gemfile.lock

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
PATH
2+
remote: .
3+
specs:
4+
rpush-redis (1.1.0)
5+
modis (>= 3.0, < 5.0)
6+
7+
GEM
8+
remote: https://rubygems.org/
9+
specs:
10+
activemodel (6.1.3.1)
11+
activesupport (= 6.1.3.1)
12+
activesupport (6.1.3.1)
13+
concurrent-ruby (~> 1.0, >= 1.0.2)
14+
i18n (>= 1.6, < 2)
15+
minitest (>= 5.1)
16+
tzinfo (~> 2.0)
17+
zeitwerk (~> 2.3)
18+
concurrent-ruby (1.1.8)
19+
connection_pool (2.2.5)
20+
i18n (1.8.10)
21+
concurrent-ruby (~> 1.0)
22+
minitest (5.14.4)
23+
modis (4.0.0)
24+
activemodel (>= 5.2)
25+
activesupport (>= 5.2)
26+
connection_pool (>= 2)
27+
msgpack (>= 0.5)
28+
redis (>= 3.0)
29+
msgpack (1.4.2)
30+
rake (12.3.0)
31+
redis (4.2.5)
32+
tzinfo (2.0.4)
33+
concurrent-ruby (~> 1.0)
34+
zeitwerk (2.4.2)
35+
36+
PLATFORMS
37+
ruby
38+
39+
DEPENDENCIES
40+
bundler
41+
rake
42+
rpush-redis!
43+
44+
BUNDLED WITH
45+
2.2.16

rpush-redis.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ Gem::Specification.new do |spec|
2020

2121
spec.add_dependency "modis", [">= 3.0", "< 5.0"]
2222

23-
spec.add_development_dependency "bundler", "~> 1.15"
23+
spec.add_development_dependency "bundler"
2424
spec.add_development_dependency "rake"
2525
end

0 commit comments

Comments
 (0)