Skip to content

Commit e739419

Browse files
committed
Remove unwanted repos
1 parent de8cc64 commit e739419

File tree

4 files changed

+153
-144
lines changed

4 files changed

+153
-144
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.3
1+
2.6.5

Gemfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ gem 'versioneye-core', :git => 'https://github.com/versioneye/versioneye-core.gi
66
gem 'rufus-scheduler', '3.4.2'
77

88
# rubygems for text similarities
9-
gem 'narray', '0.6.1.2'
10-
gem 'tf-idf-similarity', '0.1.6'
11-
gem 'fuzzy_match', '2.0.4'
9+
gem 'narray' , '0.6.1.2'
10+
gem 'tf-idf-similarity' , '0.1.6'
11+
gem 'fuzzy_match' , '2.0.4'
12+
gem 'irb' , '~> 1.2'
1213

1314
group :development do
1415
gem "shoulda" , ">= 0"

Gemfile.lock

+80-72
Original file line numberDiff line numberDiff line change
@@ -31,49 +31,51 @@ GIT
3131
GEM
3232
remote: http://rubygems.org/
3333
specs:
34-
actionmailer (5.1.4)
35-
actionpack (= 5.1.4)
36-
actionview (= 5.1.4)
37-
activejob (= 5.1.4)
34+
actionmailer (5.1.7)
35+
actionpack (= 5.1.7)
36+
actionview (= 5.1.7)
37+
activejob (= 5.1.7)
3838
mail (~> 2.5, >= 2.5.4)
3939
rails-dom-testing (~> 2.0)
40-
actionpack (5.1.4)
41-
actionview (= 5.1.4)
42-
activesupport (= 5.1.4)
40+
actionpack (5.1.7)
41+
actionview (= 5.1.7)
42+
activesupport (= 5.1.7)
4343
rack (~> 2.0)
4444
rack-test (>= 0.6.3)
4545
rails-dom-testing (~> 2.0)
4646
rails-html-sanitizer (~> 1.0, >= 1.0.2)
47-
actionview (5.1.4)
48-
activesupport (= 5.1.4)
47+
actionview (5.1.7)
48+
activesupport (= 5.1.7)
4949
builder (~> 3.1)
5050
erubi (~> 1.4)
5151
rails-dom-testing (~> 2.0)
5252
rails-html-sanitizer (~> 1.0, >= 1.0.3)
53-
activejob (5.1.4)
54-
activesupport (= 5.1.4)
53+
activejob (5.1.7)
54+
activesupport (= 5.1.7)
5555
globalid (>= 0.3.6)
56-
activemodel (5.1.4)
57-
activesupport (= 5.1.4)
58-
activesupport (5.1.4)
56+
activemodel (5.1.7)
57+
activesupport (= 5.1.7)
58+
activesupport (5.1.7)
5959
concurrent-ruby (~> 1.0, >= 1.0.2)
60-
i18n (~> 0.7)
60+
i18n (>= 0.7, < 2)
6161
minitest (~> 5.1)
6262
tzinfo (~> 1.1)
63-
addressable (2.5.2)
64-
public_suffix (>= 2.0.2, < 4.0)
63+
addressable (2.7.0)
64+
public_suffix (>= 2.0.2, < 5.0)
6565
amq-protocol (2.2.0)
6666
ansi (1.5.0)
67-
aws-sdk (2.10.125)
68-
aws-sdk-resources (= 2.10.125)
69-
aws-sdk-core (2.10.125)
67+
aws-eventstream (1.0.3)
68+
aws-sdk (2.10.134)
69+
aws-sdk-resources (= 2.10.134)
70+
aws-sdk-core (2.10.134)
7071
aws-sigv4 (~> 1.0)
7172
jmespath (~> 1.0)
72-
aws-sdk-resources (2.10.125)
73-
aws-sdk-core (= 2.10.125)
74-
aws-sigv4 (1.0.2)
75-
bson (4.3.0)
76-
builder (3.2.3)
73+
aws-sdk-resources (2.10.134)
74+
aws-sdk-core (= 2.10.134)
75+
aws-sigv4 (1.1.0)
76+
aws-eventstream (~> 1.0, >= 1.0.2)
77+
bson (4.7.0)
78+
builder (3.2.4)
7779
bunny (2.7.4)
7880
amq-protocol (~> 2.2.0)
7981
capybara (2.14.4)
@@ -87,88 +89,93 @@ GEM
8789
activesupport (>= 4.0.2)
8890
fuzzy_match (~> 2.0.4)
8991
nap (~> 1.0)
90-
concurrent-ruby (1.0.5)
92+
concurrent-ruby (1.1.5)
9193
crack (0.4.3)
9294
safe_yaml (~> 1.0.0)
93-
crass (1.0.3)
94-
dalli (2.7.6)
95+
crass (1.0.6)
96+
dalli (2.7.10)
9597
database_cleaner (1.6.2)
9698
diff-lcs (1.3)
9799
docile (1.1.5)
98-
domain_name (0.5.20170404)
100+
domain_name (0.5.20190701)
99101
unf (>= 0.0.5, < 1.0.0)
100102
erlang_config (0.0.1)
101-
erubi (1.7.0)
102-
et-orbi (1.0.9)
103+
erubi (1.9.0)
104+
et-orbi (1.2.2)
103105
tzinfo
104106
etcd (0.3.0)
105107
mixlib-log
106108
factory_girl (4.8.1)
107109
activesupport (>= 3.0.0)
108110
fakeweb (1.3.0)
109-
faraday (0.14.0)
111+
faraday (0.17.3)
110112
multipart-post (>= 1.2, < 3)
111113
fuzzy_match (2.0.4)
112114
gemnasium-parser (0.1.9)
113-
gene_pool (1.4.1)
114-
thread_safe
115-
globalid (0.4.1)
115+
gene_pool (1.5.0)
116+
concurrent-ruby (>= 1.0)
117+
globalid (0.4.2)
116118
activesupport (>= 4.2.0)
117-
hashdiff (0.3.7)
119+
hashdiff (1.0.0)
118120
hashr (0.0.22)
119121
http-cookie (1.0.3)
120122
domain_name (~> 0.5)
121-
httparty (0.15.6)
123+
httparty (0.15.7)
122124
multi_xml (>= 0.5.2)
123-
i18n (0.9.3)
125+
i18n (1.8.2)
124126
concurrent-ruby (~> 1.0)
125-
jmespath (1.3.1)
126-
json (2.1.0)
127-
loofah (2.1.1)
127+
io-console (0.5.5)
128+
irb (1.2.1)
129+
reline (>= 0.0.1)
130+
jmespath (1.4.0)
131+
json (2.3.0)
132+
loofah (2.4.0)
128133
crass (~> 1.0.2)
129134
nokogiri (>= 1.5.9)
130-
mail (2.7.0)
135+
mail (2.7.1)
131136
mini_mime (>= 0.1.1)
132137
mime-types (2.99.3)
133-
mini_mime (1.0.0)
138+
mini_mime (1.0.2)
134139
mini_portile2 (2.3.0)
135-
minitest (5.11.3)
136-
mixlib-log (1.7.1)
137-
mongo (2.5.0)
138-
bson (>= 4.3.0, < 5.0.0)
140+
minitest (5.14.0)
141+
mixlib-log (3.0.8)
142+
mongo (2.11.2)
143+
bson (>= 4.6.0, < 5.0.0)
139144
mongoid (6.2.1)
140145
activemodel (~> 5.1)
141146
mongo (>= 2.4.1, < 3.0.0)
142-
multi_json (1.13.1)
147+
multi_json (1.14.1)
143148
multi_xml (0.6.0)
144-
multipart-post (2.0.0)
149+
multipart-post (2.1.1)
145150
nap (1.1.0)
146151
narray (0.6.1.2)
147152
naturalsorter (3.0.19)
148-
net-ldap (0.16.1)
153+
net-ldap (0.16.2)
149154
netrc (0.11.0)
150-
nokogiri (1.8.2)
155+
nokogiri (1.8.5)
151156
mini_portile2 (~> 2.3.0)
152157
oauth (0.5.4)
153158
octokit (4.7.0)
154159
sawyer (~> 0.8.0, >= 0.5.3)
155-
pdfkit (0.8.2)
160+
pdfkit (0.8.4.1)
156161
persistent_http (1.0.6)
157162
gene_pool (>= 1.3)
158163
persistent_httparty (0.1.2)
159164
httparty (~> 0.9)
160165
persistent_http (< 2)
161-
public_suffix (3.0.1)
162-
rack (2.0.3)
163-
rack-test (0.8.2)
166+
public_suffix (4.0.3)
167+
rack (2.1.1)
168+
rack-test (1.1.0)
164169
rack (>= 1.0, < 3)
165170
rails-dom-testing (2.0.3)
166171
activesupport (>= 4.2.0)
167172
nokogiri (>= 1.6)
168-
rails-html-sanitizer (1.0.3)
169-
loofah (~> 2.0)
170-
rake (12.3.0)
173+
rails-html-sanitizer (1.3.0)
174+
loofah (~> 2.3)
175+
rake (13.0.1)
171176
rdoc (5.1.0)
177+
reline (0.1.2)
178+
io-console (~> 0.5)
172179
rest-client (1.8.0)
173180
http-cookie (>= 1.0.2, < 2.0)
174181
mime-types (>= 1.16, < 3.0)
@@ -191,17 +198,17 @@ GEM
191198
rspec-core (>= 2, < 4, != 2.12.0)
192199
rufus-scheduler (3.4.2)
193200
et-orbi (~> 1.0)
194-
safe_yaml (1.0.4)
195-
sawyer (0.8.1)
196-
addressable (>= 2.3.5, < 2.6)
197-
faraday (~> 0.8, < 1.0)
201+
safe_yaml (1.0.5)
202+
sawyer (0.8.2)
203+
addressable (>= 2.3.5)
204+
faraday (> 0.8, < 2.0)
198205
semverly (1.0.0)
199-
shoulda (3.5.0)
206+
shoulda (3.6.0)
200207
shoulda-context (~> 1.0, >= 1.0.1)
201-
shoulda-matchers (>= 1.4.1, < 3.0)
208+
shoulda-matchers (~> 3.0)
202209
shoulda-context (1.2.2)
203-
shoulda-matchers (2.8.0)
204-
activesupport (>= 3.0.0)
210+
shoulda-matchers (3.1.3)
211+
activesupport (>= 4.0.0)
205212
simplecov (0.14.1)
206213
docile (~> 1.1.0)
207214
json (>= 1.8, < 3)
@@ -220,23 +227,23 @@ GEM
220227
multi_json (~> 1.3)
221228
rake
222229
rest-client (~> 1.6)
223-
tomlrb (1.2.6)
224-
tzinfo (1.2.4)
230+
tomlrb (1.2.9)
231+
tzinfo (1.2.6)
225232
thread_safe (~> 0.1)
226233
unf (0.1.4)
227234
unf_ext
228-
unf_ext (0.0.7.4)
235+
unf_ext (0.0.7.6)
229236
unicode_utils (1.4.0)
230237
vcr (3.0.3)
231238
webmock (3.0.1)
232239
addressable (>= 2.3.6)
233240
crack (>= 0.3.2)
234241
hashdiff
235-
will_paginate (3.1.6)
242+
will_paginate (3.2.1)
236243
will_paginate_mongoid (2.0.1)
237244
mongoid
238245
will_paginate (~> 3.0)
239-
wkhtmltopdf-binary (0.12.3.1)
246+
wkhtmltopdf-binary (0.12.5)
240247
xpath (2.1.0)
241248
nokogiri (~> 1.3)
242249

@@ -249,6 +256,7 @@ DEPENDENCIES
249256
factory_girl (~> 4.8.0)
250257
fakeweb (~> 1.3.0)
251258
fuzzy_match (= 2.0.4)
259+
irb (~> 1.2)
252260
narray (= 0.6.1.2)
253261
rdoc (~> 5.1.0)
254262
rspec (~> 3.6.0)
@@ -262,4 +270,4 @@ DEPENDENCIES
262270
webmock (~> 3.0.1)
263271

264272
BUNDLED WITH
265-
1.16.0
273+
1.17.3

0 commit comments

Comments
 (0)