File tree 3 files changed +21
-22
lines changed
3 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
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'
6
6
gem "json"
7
7
gem "thin"
8
8
gem "sinatra"
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
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 )
9
9
cinch-identify (1.6.0 )
10
10
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 )
20
19
cinch-toolbox (1.1.4 )
21
20
nokogiri (~> 1.6.0 )
22
21
daemons (1.1.9 )
25
24
mini_portile (0.6.0 )
26
25
nokogiri (1.6.3.1 )
27
26
mini_portile (= 0.6.0 )
28
- psych (1.3.4 )
27
+ psych (2.0.5 )
29
28
rack (1.5.2 )
30
29
rack-protection (1.5.3 )
31
30
rack
@@ -45,9 +44,9 @@ PLATFORMS
45
44
46
45
DEPENDENCIES
47
46
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
51
50
json
52
51
sinatra
53
52
thin
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ references to `$secrets` and fill in the values directly.
31
31
Running
32
32
-------
33
33
34
- $ bundle exec ./EV0002.rb
34
+ $ bundle exec ./EV0002.rb
35
35
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 ` .
37
37
38
38
LICENSE
39
39
-------
You can’t perform that action at this time.
0 commit comments