Skip to content

Commit d643093

Browse files
author
David Personette
authored
update ruby and gems (#580)
1 parent 4aae9d5 commit d643093

File tree

4 files changed

+53
-52
lines changed

4 files changed

+53
-52
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
2.7.5

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ before_script:
99
cache: bundler
1010
language: ruby
1111
rvm:
12-
- 2.7.2
12+
- 2.7.5
1313
- ruby-head
1414
services:
1515
- postgresql

Gemfile.lock

Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (6.1.3.1)
5-
activesupport (= 6.1.3.1)
6-
activerecord (6.1.3.1)
7-
activemodel (= 6.1.3.1)
8-
activesupport (= 6.1.3.1)
9-
activesupport (6.1.3.1)
4+
activemodel (6.1.4.4)
5+
activesupport (= 6.1.4.4)
6+
activerecord (6.1.4.4)
7+
activemodel (= 6.1.4.4)
8+
activesupport (= 6.1.4.4)
9+
activesupport (6.1.4.4)
1010
concurrent-ruby (~> 1.0, >= 1.0.2)
1111
i18n (>= 1.6, < 2)
1212
minitest (>= 5.1)
@@ -17,17 +17,18 @@ GEM
1717
ast (2.4.2)
1818
bcrypt (3.1.16)
1919
byebug (11.1.3)
20-
capybara (3.35.3)
20+
capybara (3.36.0)
2121
addressable
22+
matrix
2223
mini_mime (>= 0.1.3)
2324
nokogiri (~> 1.8)
2425
rack (>= 1.6.0)
2526
rack-test (>= 0.6.3)
2627
regexp_parser (>= 1.5, < 3.0)
2728
xpath (~> 3.2)
2829
coderay (1.1.3)
29-
concurrent-ruby (1.1.8)
30-
coveralls_reborn (0.21.0)
30+
concurrent-ruby (1.1.9)
31+
coveralls_reborn (0.23.1)
3132
simplecov (>= 0.18.1, < 0.22.0)
3233
term-ansicolor (~> 1.6)
3334
thor (>= 0.20.3, < 2.0)
@@ -39,33 +40,34 @@ GEM
3940
activerecord (>= 3.0, < 6.2)
4041
delayed_job (>= 3.0, < 5)
4142
diff-lcs (1.4.4)
42-
docile (1.3.5)
43-
execjs (2.7.0)
44-
faker (2.17.0)
43+
docile (1.4.0)
44+
execjs (2.8.1)
45+
faker (2.19.0)
4546
i18n (>= 1.6, < 2)
4647
feedbag (0.10.1)
4748
nokogiri (~> 1.8, >= 1.8.2)
4849
open_uri_redirections (~> 0.2)
49-
feedjira (3.1.2)
50+
feedjira (3.2.0)
5051
loofah (>= 2.3.1)
5152
sax-machine (>= 1.0)
52-
ffi (1.15.0)
53-
httparty (0.18.1)
53+
ffi (1.15.4)
54+
httparty (0.20.0)
5455
mime-types (~> 3.0)
5556
multi_xml (>= 0.5.2)
56-
i18n (1.8.10)
57+
i18n (1.8.11)
5758
concurrent-ruby (~> 1.0)
58-
kgio (2.11.3)
59-
loofah (2.9.1)
59+
kgio (2.11.4)
60+
loofah (2.13.0)
6061
crass (~> 1.0.2)
6162
nokogiri (>= 1.5.9)
63+
matrix (0.4.2)
6264
method_source (1.0.0)
63-
mime-types (3.3.1)
65+
mime-types (3.4.1)
6466
mime-types-data (~> 3.2015)
65-
mime-types-data (3.2021.0225)
66-
mini_mime (1.1.0)
67+
mime-types-data (3.2021.1115)
68+
mini_mime (1.1.2)
6769
mini_portile2 (2.6.1)
68-
minitest (5.14.4)
70+
minitest (5.15.0)
6971
multi_json (1.15.0)
7072
multi_xml (0.6.0)
7173
mustermann (1.1.1)
@@ -74,8 +76,8 @@ GEM
7476
mini_portile2 (~> 2.6.1)
7577
racc (~> 1.4)
7678
open_uri_redirections (0.2.1)
77-
parallel (1.20.1)
78-
parser (3.0.1.0)
79+
parallel (1.21.0)
80+
parser (3.0.3.2)
7981
ast (~> 2.4.1)
8082
pg (1.2.3)
8183
pry (0.13.1)
@@ -85,7 +87,7 @@ GEM
8587
byebug (~> 11.0)
8688
pry (~> 0.13.0)
8789
public_suffix (4.0.6)
88-
racc (1.5.2)
90+
racc (1.6.0)
8991
rack (2.2.3)
9092
rack-protection (2.1.0)
9193
rack
@@ -97,12 +99,12 @@ GEM
9799
rack (>= 1.0)
98100
rack-test (>= 0.5)
99101
rainbow (3.0.0)
100-
raindrops (0.19.1)
101-
rake (13.0.3)
102-
rb-fsevent (0.10.4)
102+
raindrops (0.20.0)
103+
rake (13.0.6)
104+
rb-fsevent (0.11.0)
103105
rb-inotify (0.10.1)
104106
ffi (~> 1.0)
105-
regexp_parser (2.1.1)
107+
regexp_parser (2.2.0)
106108
rexml (3.2.5)
107109
rspec (3.10.0)
108110
rspec-core (~> 3.10.0)
@@ -119,29 +121,28 @@ GEM
119121
rspec-mocks (3.10.2)
120122
diff-lcs (>= 1.2.0, < 2.0)
121123
rspec-support (~> 3.10.0)
122-
rspec-support (3.10.2)
123-
rubocop (1.12.1)
124+
rspec-support (3.10.3)
125+
rubocop (1.23.0)
124126
parallel (~> 1.10)
125127
parser (>= 3.0.0.0)
126128
rainbow (>= 2.2.2, < 4.0)
127129
regexp_parser (>= 1.8, < 3.0)
128130
rexml
129-
rubocop-ast (>= 1.2.0, < 2.0)
131+
rubocop-ast (>= 1.12.0, < 2.0)
130132
ruby-progressbar (~> 1.7)
131133
unicode-display_width (>= 1.4.0, < 3.0)
132-
rubocop-ast (1.4.1)
133-
parser (>= 2.7.1.5)
134-
rubocop-rails (2.9.1)
134+
rubocop-ast (1.15.0)
135+
parser (>= 3.0.1.1)
136+
rubocop-rails (2.12.4)
135137
activesupport (>= 4.2.0)
136138
rack (>= 1.1)
137-
rubocop (>= 0.90.0, < 2.0)
138-
rubocop-rake (0.5.1)
139-
rubocop
140-
rubocop-rspec (2.2.0)
139+
rubocop (>= 1.7.0, < 2.0)
140+
rubocop-rake (0.6.0)
141141
rubocop (~> 1.0)
142-
rubocop-ast (>= 1.1.0)
142+
rubocop-rspec (2.6.0)
143+
rubocop (~> 1.19)
143144
ruby-progressbar (1.11.0)
144-
ruby2_keywords (0.0.4)
145+
ruby2_keywords (0.0.5)
145146
sass (3.7.4)
146147
sass-listen (~> 4.0.0)
147148
sass-listen (4.0.0)
@@ -155,13 +156,13 @@ GEM
155156
simplecov-html (~> 0.11)
156157
simplecov_json_formatter (~> 0.1)
157158
simplecov-html (0.12.3)
158-
simplecov_json_formatter (0.1.2)
159+
simplecov_json_formatter (0.1.3)
159160
sinatra (2.1.0)
160161
mustermann (~> 1.0)
161162
rack (~> 2.2)
162163
rack-protection (= 2.1.0)
163164
tilt (~> 2.0)
164-
sinatra-activerecord (2.0.22)
165+
sinatra-activerecord (2.0.23)
165166
activerecord (>= 4.1)
166167
sinatra (>= 1.0)
167168
sinatra-contrib (2.1.0)
@@ -184,20 +185,20 @@ GEM
184185
thread (0.2.2)
185186
tilt (2.0.10)
186187
timecop (0.9.4)
187-
tins (1.28.0)
188+
tins (1.29.1)
188189
sync
189190
tzinfo (2.0.4)
190191
concurrent-ruby (~> 1.0)
191192
uglifier (4.2.0)
192193
execjs (>= 0.3.0, < 3)
193-
unicode-display_width (2.0.0)
194+
unicode-display_width (2.1.0)
194195
unicorn (6.0.0)
195196
kgio (~> 2.6)
196197
raindrops (~> 0.7)
197-
will_paginate (3.3.0)
198+
will_paginate (3.3.1)
198199
xpath (3.2.0)
199200
nokogiri (~> 1.8)
200-
zeitwerk (2.4.2)
201+
zeitwerk (2.5.1)
201202

202203
PLATFORMS
203204
ruby
@@ -245,7 +246,7 @@ DEPENDENCIES
245246
will_paginate
246247

247248
RUBY VERSION
248-
ruby 2.7.2
249+
ruby 2.7.5
249250

250251
BUNDLED WITH
251252
2.2.12

docs/VPS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ We are going to use Rbenv to manage the version of Ruby you use.
6161
git clone git://github.com/sstephenson/ruby-build.git $HOME/.rbenv/plugins/ruby-build
6262
source ~/.bash_profile
6363

64-
rbenv install 2.7.2
65-
rbenv local 2.7.2
64+
rbenv install 2.7.5
65+
rbenv local 2.7.5
6666
rbenv rehash
6767

6868
We also need to install bundler which will handle Stringer's dependencies

0 commit comments

Comments
 (0)