Skip to content

Commit 7d76829

Browse files
committed
Update Gems
1 parent c887c64 commit 7d76829

File tree

5 files changed

+79
-79
lines changed

5 files changed

+79
-79
lines changed

Gemfile

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ gem "pg", group: :production
1010

1111
# Use SCSS for stylesheets
1212
gem "sass-rails"
13-
gem "bootstrap-sass", "~> 3.3.1"
13+
gem "bootstrap-sass", "~> 3.3"
1414
# Use Uglifier as compressor for JavaScript assets
15-
gem "uglifier", "~> 2.7.2"
15+
gem "uglifier"
1616
# Use CoffeeScript for .js.coffee assets and views
1717
gem "coffee-rails"
1818
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
@@ -65,16 +65,14 @@ group :development, :test do
6565

6666
gem "factory_girl_rails"
6767

68+
# Linters and Security
6869
gem "rubocop", require: false
69-
7070
gem "ruby-lint", require: false
71-
7271
gem "scss_lint", require: false
73-
7472
gem "brakeman", require: false
75-
7673
gem "bundler-audit", require: false
7774

75+
# Allow printing with colors to terminal
7876
gem "rainbow"
7977

8078
# Favorite debugging gems

Gemfile.lock

+72-70
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actionmailer (4.2.3)
5-
actionpack (= 4.2.3)
6-
actionview (= 4.2.3)
7-
activejob (= 4.2.3)
4+
actionmailer (4.2.4)
5+
actionpack (= 4.2.4)
6+
actionview (= 4.2.4)
7+
activejob (= 4.2.4)
88
mail (~> 2.5, >= 2.5.4)
99
rails-dom-testing (~> 1.0, >= 1.0.5)
10-
actionpack (4.2.3)
11-
actionview (= 4.2.3)
12-
activesupport (= 4.2.3)
10+
actionpack (4.2.4)
11+
actionview (= 4.2.4)
12+
activesupport (= 4.2.4)
1313
rack (~> 1.6)
1414
rack-test (~> 0.6.2)
1515
rails-dom-testing (~> 1.0, >= 1.0.5)
1616
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (4.2.3)
18-
activesupport (= 4.2.3)
17+
actionview (4.2.4)
18+
activesupport (= 4.2.4)
1919
builder (~> 3.1)
2020
erubis (~> 2.7.0)
2121
rails-dom-testing (~> 1.0, >= 1.0.5)
2222
rails-html-sanitizer (~> 1.0, >= 1.0.2)
23-
activejob (4.2.3)
24-
activesupport (= 4.2.3)
23+
activejob (4.2.4)
24+
activesupport (= 4.2.4)
2525
globalid (>= 0.3.0)
26-
activemodel (4.2.3)
27-
activesupport (= 4.2.3)
26+
activemodel (4.2.4)
27+
activesupport (= 4.2.4)
2828
builder (~> 3.1)
29-
activerecord (4.2.3)
30-
activemodel (= 4.2.3)
31-
activesupport (= 4.2.3)
29+
activerecord (4.2.4)
30+
activemodel (= 4.2.4)
31+
activesupport (= 4.2.4)
3232
arel (~> 6.0)
33-
activesupport (4.2.3)
33+
activesupport (4.2.4)
3434
i18n (~> 0.7)
3535
json (~> 1.7, >= 1.7.7)
3636
minitest (~> 5.1)
@@ -39,11 +39,11 @@ GEM
3939
addressable (2.3.8)
4040
archive-zip (0.7.0)
4141
io-like (~> 0.3.0)
42-
arel (6.0.2)
43-
ast (2.0.0)
42+
arel (6.0.3)
43+
ast (2.1.0)
4444
astrolabe (1.3.1)
4545
parser (~> 2.2)
46-
autoprefixer-rails (5.2.1.1)
46+
autoprefixer-rails (6.0.3)
4747
execjs
4848
json
4949
awesome_print (1.6.1)
@@ -52,14 +52,15 @@ GEM
5252
bootstrap-sass (3.3.5.1)
5353
autoprefixer-rails (>= 5.0.0.1)
5454
sass (>= 3.3.0)
55-
brakeman (3.1.1)
55+
brakeman (3.1.2)
5656
erubis (~> 2.6)
5757
fastercsv (~> 1.5)
5858
haml (>= 3.0, < 5.0)
5959
highline (~> 1.6)
6060
multi_json (~> 1.2)
6161
ruby2ruby (>= 2.1.1, < 2.3.0)
6262
ruby_parser (~> 3.7.0)
63+
safe_yaml
6364
sass (~> 3.0)
6465
slim (>= 1.3.6, < 4.0)
6566
terminal-table (~> 1.4)
@@ -69,7 +70,7 @@ GEM
6970
thor (~> 0.18)
7071
byebug (5.0.0)
7172
columnize (= 0.9.0)
72-
capybara (2.4.4)
73+
capybara (2.5.0)
7374
mime-types (>= 1.16)
7475
nokogiri (>= 1.3.3)
7576
rack (>= 1.0.0)
@@ -78,7 +79,7 @@ GEM
7879
capybara-screenshot (1.0.11)
7980
capybara (>= 1.0, < 3)
8081
launchy
81-
childprocess (0.5.6)
82+
childprocess (0.5.7)
8283
ffi (~> 1.0, >= 1.0.11)
8384
chromedriver-helper (1.0.0)
8485
archive-zip (~> 0.7.0)
@@ -93,20 +94,20 @@ GEM
9394
coffee-script-source (1.9.1.1)
9495
columnize (0.9.0)
9596
connection_pool (2.2.0)
96-
coveralls (0.8.2)
97+
coveralls (0.8.3)
9798
json (~> 1.8)
9899
rest-client (>= 1.6.8, < 2)
99100
simplecov (~> 0.10.0)
100101
term-ansicolor (~> 1.3)
101102
thor (~> 0.19.1)
102-
database_cleaner (1.4.1)
103+
database_cleaner (1.5.1)
103104
debug_inspector (0.0.2)
104105
diff-lcs (1.2.5)
105106
docile (1.1.5)
106-
domain_name (0.5.24)
107+
domain_name (0.5.25)
107108
unf (>= 0.0.5, < 1.0.0)
108109
erubis (2.7.0)
109-
execjs (2.5.2)
110+
execjs (2.6.0)
110111
factory_girl (4.5.0)
111112
activesupport (>= 3.0.0)
112113
factory_girl_rails (4.5.0)
@@ -116,41 +117,41 @@ GEM
116117
ffi (1.9.10)
117118
foreman (0.78.0)
118119
thor (~> 0.19.1)
119-
globalid (0.3.5)
120+
globalid (0.3.6)
120121
activesupport (>= 4.1.0)
121122
haml (4.0.7)
122123
tilt
123-
highline (1.7.7)
124+
highline (1.7.8)
124125
http-cookie (1.0.2)
125126
domain_name (~> 0.5)
126127
i18n (0.7.0)
127128
interception (0.5)
128129
io-like (0.3.0)
129-
jbuilder (2.3.1)
130+
jbuilder (2.3.2)
130131
activesupport (>= 3.0.0, < 5)
131132
multi_json (~> 1.2)
132133
json (1.8.3)
133-
kgio (2.9.3)
134+
kgio (2.10.0)
134135
launchy (2.4.3)
135136
addressable (~> 2.3)
136-
libv8 (3.16.14.11)
137-
loofah (2.0.2)
137+
libv8 (3.16.14.13)
138+
loofah (2.0.3)
138139
nokogiri (>= 1.5.9)
139140
mail (2.6.3)
140141
mime-types (>= 1.16, < 3)
141142
method_source (0.8.2)
142-
mime-types (2.6.1)
143+
mime-types (2.6.2)
143144
mini_portile (0.6.2)
144-
minitest (5.7.0)
145+
minitest (5.8.2)
145146
multi_json (1.11.2)
146-
netrc (0.10.3)
147+
netrc (0.11.0)
147148
nokogiri (1.6.6.2)
148149
mini_portile (~> 0.6.0)
149-
parser (2.2.2.6)
150+
parser (2.2.3.0)
150151
ast (>= 1.1, < 3.0)
151-
pg (0.18.2)
152+
pg (0.18.3)
152153
powerpack (0.1.1)
153-
pry (0.10.1)
154+
pry (0.10.3)
154155
coderay (~> 1.1.0)
155156
method_source (~> 0.8.1)
156157
slop (~> 3.4)
@@ -171,20 +172,20 @@ GEM
171172
rack (1.6.4)
172173
rack-test (0.6.3)
173174
rack (>= 1.0)
174-
rails (4.2.3)
175-
actionmailer (= 4.2.3)
176-
actionpack (= 4.2.3)
177-
actionview (= 4.2.3)
178-
activejob (= 4.2.3)
179-
activemodel (= 4.2.3)
180-
activerecord (= 4.2.3)
181-
activesupport (= 4.2.3)
175+
rails (4.2.4)
176+
actionmailer (= 4.2.4)
177+
actionpack (= 4.2.4)
178+
actionview (= 4.2.4)
179+
activejob (= 4.2.4)
180+
activemodel (= 4.2.4)
181+
activerecord (= 4.2.4)
182+
activesupport (= 4.2.4)
182183
bundler (>= 1.3.0, < 2.0)
183-
railties (= 4.2.3)
184+
railties (= 4.2.4)
184185
sprockets-rails
185186
rails-deprecated_sanitizer (1.0.3)
186187
activesupport (>= 4.2.0.alpha)
187-
rails-dom-testing (1.0.6)
188+
rails-dom-testing (1.0.7)
188189
activesupport (>= 4.2.0.beta, < 5.0)
189190
nokogiri (~> 1.6.0)
190191
rails-deprecated_sanitizer (>= 1.0.1)
@@ -194,10 +195,10 @@ GEM
194195
rails_serve_static_assets
195196
rails_stdout_logging
196197
rails_serve_static_assets (0.0.4)
197-
rails_stdout_logging (0.0.3)
198-
railties (4.2.3)
199-
actionpack (= 4.2.3)
200-
activesupport (= 4.2.3)
198+
rails_stdout_logging (0.0.4)
199+
railties (4.2.4)
200+
actionpack (= 4.2.4)
201+
activesupport (= 4.2.4)
201202
rake (>= 0.8.7)
202203
thor (>= 0.18.1, < 2.0)
203204
rainbow (2.0.0)
@@ -230,36 +231,37 @@ GEM
230231
rspec-mocks (~> 3.3.0)
231232
rspec-support (~> 3.3.0)
232233
rspec-support (3.3.0)
233-
rubocop (0.32.1)
234+
rubocop (0.34.2)
234235
astrolabe (~> 1.3)
235236
parser (>= 2.2.2.5, < 3.0)
236237
powerpack (~> 0.1)
237238
rainbow (>= 1.99.1, < 3.0)
238239
ruby-progressbar (~> 1.4)
239-
ruby-lint (2.0.4)
240+
ruby-lint (2.0.5)
240241
parser (~> 2.2)
241242
slop (~> 3.4, >= 3.4.7)
242243
ruby-progressbar (1.7.5)
243244
ruby2ruby (2.2.0)
244245
ruby_parser (~> 3.1)
245246
sexp_processor (~> 4.0)
246-
ruby_parser (3.7.1)
247+
ruby_parser (3.7.2)
247248
sexp_processor (~> 4.1)
248249
rubyzip (1.1.7)
249-
sass (3.4.18)
250-
sass-rails (5.0.3)
250+
safe_yaml (1.0.4)
251+
sass (3.4.19)
252+
sass-rails (5.0.4)
251253
railties (>= 4.0.0, < 5.0)
252254
sass (~> 3.1)
253255
sprockets (>= 2.8, < 4.0)
254256
sprockets-rails (>= 2.0, < 4.0)
255-
tilt (~> 1.1)
256-
scss_lint (0.40.1)
257+
tilt (>= 1.1, < 3)
258+
scss_lint (0.42.2)
257259
rainbow (~> 2.0)
258-
sass (~> 3.4.1)
260+
sass (~> 3.4.15)
259261
sdoc (0.4.1)
260262
json (~> 1.7, >= 1.7.7)
261263
rdoc (~> 4.0)
262-
selenium-webdriver (2.47.1)
264+
selenium-webdriver (2.48.1)
263265
childprocess (~> 0.5)
264266
multi_json (~> 1.0)
265267
rubyzip (~> 1.0)
@@ -274,16 +276,16 @@ GEM
274276
temple (~> 0.7.3)
275277
tilt (>= 1.3.3, < 2.1)
276278
slop (3.6.0)
277-
spring (1.3.6)
279+
spring (1.4.0)
278280
spring-commands-rspec (1.0.4)
279281
spring (>= 0.9.1)
280-
sprockets (3.2.0)
281-
rack (~> 1.0)
282-
sprockets-rails (2.3.2)
282+
sprockets (3.4.0)
283+
rack (> 1, < 3)
284+
sprockets-rails (2.3.3)
283285
actionpack (>= 3.0)
284286
activesupport (>= 3.0)
285287
sprockets (>= 2.8, < 4.0)
286-
sqlite3 (1.3.10)
288+
sqlite3 (1.3.11)
287289
temple (0.7.6)
288290
term-ansicolor (1.3.2)
289291
tins (~> 1.0)
@@ -293,7 +295,7 @@ GEM
293295
ref
294296
thor (0.19.1)
295297
thread_safe (0.3.5)
296-
tilt (1.4.1)
298+
tilt (2.0.1)
297299
tins (1.6.0)
298300
turbolinks (2.5.3)
299301
coffee-rails
@@ -325,7 +327,7 @@ PLATFORMS
325327
DEPENDENCIES
326328
autoprefixer-rails
327329
awesome_print
328-
bootstrap-sass (~> 3.3.1)
330+
bootstrap-sass (~> 3.3)
329331
brakeman
330332
bundler-audit
331333
capybara
@@ -362,7 +364,7 @@ DEPENDENCIES
362364
sqlite3
363365
therubyracer
364366
turbolinks
365-
uglifier (~> 2.7.2)
367+
uglifier
366368
unicorn
367369
web-console
368370

config.ru

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is used by Rack-based servers to start the application.
22

3-
require ::File.expand_path("../config/environment", __FILE__)
3+
require ::File.expand_path("../config/environment", __FILE__)
44
run Rails.application

config/environments/test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
config.eager_load = false
1414

1515
# Configure static asset server for tests with Cache-Control for performance.
16-
config.serve_static_files = true
16+
config.serve_static_files = true
1717
config.static_cache_control = "public, max-age=3600"
1818

1919
# Show full error reports and disable caching.

spec/rails_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is copied to spec/ when you run "rails generate rspec:install"
22
ENV["RAILS_ENV"] ||= "test"
33
require "coveralls"
4-
Coveralls.wear!("rails") # must occur before any of your application code is required
4+
Coveralls.wear!("rails") # must occur before any of your application code is required
55
require "spec_helper"
66
require File.expand_path("../../config/environment", __FILE__)
77
require "rspec/rails"

0 commit comments

Comments
 (0)