Skip to content

Commit 9e1ff9b

Browse files
committed
update gems
1 parent ba0f7cc commit 9e1ff9b

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
source "https://rubygems.org"
22

3-
gem "cinch", '2.0.12'
4-
gem 'cinch-seen', '~> 1.0.3'
5-
gem 'cinch-identify', '~> 1.6.0'
3+
gem "cinch"
4+
gem 'cinch-seen'
5+
gem 'cinch-identify'
66
gem "json"
77
gem "thin"
88
gem "sinatra"

Gemfile.lock

+16-17
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
chronic (0.10.2)
5-
cinch (2.0.12)
6-
cinch-cooldown (1.1.3)
7-
cinch (~> 2.0.12)
8-
time-lord (~> 1.0.1)
5+
cinch (2.1.0)
6+
cinch-cooldown (1.1.5)
7+
cinch (~> 2)
8+
time-lord (~> 1.0, >= 1.0.1)
99
cinch-identify (1.6.0)
1010
cinch (~> 2.0)
11-
cinch-seen (1.0.3)
12-
cinch (~> 2.0.12)
13-
cinch-cooldown (~> 1.1.1)
14-
cinch-storage (~> 1.1.0)
15-
cinch-toolbox (~> 1.1.0)
16-
time-lord (~> 1.0.1)
17-
cinch-storage (1.1.0)
18-
cinch (~> 2.0.12)
19-
psych (~> 1.3.4)
11+
cinch-seen (1.0.5)
12+
cinch (~> 2)
13+
cinch-cooldown (~> 1.1, >= 1.1.1)
14+
cinch-storage (~> 1.1)
15+
cinch-toolbox (~> 1.1)
16+
cinch-storage (1.2.0)
17+
cinch (~> 2, >= 2.0.8)
18+
psych (~> 2.0, >= 2.0.4)
2019
cinch-toolbox (1.1.4)
2120
nokogiri (~> 1.6.0)
2221
daemons (1.1.9)
@@ -25,7 +24,7 @@ GEM
2524
mini_portile (0.6.0)
2625
nokogiri (1.6.3.1)
2726
mini_portile (= 0.6.0)
28-
psych (1.3.4)
27+
psych (2.0.5)
2928
rack (1.5.2)
3029
rack-protection (1.5.3)
3130
rack
@@ -45,9 +44,9 @@ PLATFORMS
4544

4645
DEPENDENCIES
4746
chronic
48-
cinch (= 2.0.12)
49-
cinch-identify (~> 1.6.0)
50-
cinch-seen (~> 1.0.3)
47+
cinch
48+
cinch-identify
49+
cinch-seen
5150
json
5251
sinatra
5352
thin

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ references to `$secrets` and fill in the values directly.
3131
Running
3232
-------
3333

34-
$ bundle exec ./EV0002.rb
34+
$ bundle exec ./EV0002.rb
3535

36-
If you did not install the gems locally with bundler, you can leave out the `bundle exec`
36+
If you did not install the gems locally with bundler, you can leave out the `bundle exec`.
3737

3838
LICENSE
3939
-------

0 commit comments

Comments
 (0)