Skip to content

Commit 0e63432

Browse files
committed
removed no longer used gems
1 parent c21d7a2 commit 0e63432

2 files changed

Lines changed: 75 additions & 43 deletions

File tree

Gemfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ group :development, :test do
4848
gem 'ci_reporter_rspec'
4949
gem 'simplecov', :require => false
5050
gem 'simplecov-cobertura'
51+
52+
# A Ruby static code analyzer.
53+
gem 'rubocop', :require => false
54+
# A static analysis security vulnerability scanner for Ruby on Rails.
55+
gem 'brakeman', :require => false
56+
# Translate brakeman json format into Checkstyle format.
57+
gem 'brakeman_translate_checkstyle_format', :require => false
58+
5159
end
5260

5361
group :test do

Gemfile.lock

Lines changed: 67 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ GEM
2929
tzinfo (~> 1.1)
3030
addressable (2.4.0)
3131
arel (5.0.1.20140414130214)
32+
ast (2.3.0)
3233
bcrypt (3.1.11)
3334
bootstrap-sass (3.1.1.1)
3435
sass (~> 3.2)
36+
brakeman (3.3.5)
37+
brakeman_translate_checkstyle_format (0.0.1)
38+
thor
3539
builder (3.2.2)
3640
capybara (2.4.4)
3741
mime-types (>= 1.16)
@@ -58,19 +62,19 @@ GEM
5862
diff-lcs (1.2.5)
5963
docile (1.1.5)
6064
erubis (2.7.0)
61-
execjs (2.6.0)
65+
execjs (2.7.0)
6266
factory_girl (4.4.0)
6367
activesupport (>= 3.0.0)
6468
factory_girl_rails (4.4.1)
6569
factory_girl (~> 4.4.0)
6670
railties (>= 3.0.0)
6771
faker (1.4.3)
6872
i18n (~> 0.5)
69-
ffi (1.9.10)
73+
ffi (1.9.14)
7074
formatador (0.2.5)
71-
guard (2.13.0)
75+
guard (2.14.0)
7276
formatador (>= 0.2.4)
73-
listen (>= 2.7, <= 4.0)
77+
listen (>= 2.7, < 4.0)
7478
lumberjack (~> 1.0)
7579
nenv (~> 0.1)
7680
notiffany (~> 0.0)
@@ -82,7 +86,7 @@ GEM
8286
rspec (>= 2.14, < 4.0)
8387
hike (1.2.3)
8488
i18n (0.7.0)
85-
jbuilder (2.4.1)
89+
jbuilder (2.6.0)
8690
activesupport (>= 3.0.0, < 5.1)
8791
multi_json (~> 1.2)
8892
jquery-rails (3.1.4)
@@ -91,26 +95,32 @@ GEM
9195
json (1.8.3)
9296
launchy (2.4.3)
9397
addressable (~> 2.3)
94-
listen (3.0.6)
95-
rb-fsevent (>= 0.9.3)
96-
rb-inotify (>= 0.9.7)
98+
listen (3.1.5)
99+
rb-fsevent (~> 0.9, >= 0.9.4)
100+
rb-inotify (~> 0.9, >= 0.9.7)
101+
ruby_dep (~> 1.2)
97102
lumberjack (1.0.10)
98103
mail (2.5.4)
99104
mime-types (~> 1.16)
100105
treetop (~> 1.4.8)
101106
method_source (0.8.2)
102107
mime-types (1.25.1)
103-
mini_portile2 (2.0.0)
104-
minitest (5.8.4)
105-
multi_json (1.11.2)
108+
mini_portile2 (2.1.0)
109+
minitest (5.9.0)
110+
multi_json (1.12.1)
106111
nenv (0.3.0)
107-
nokogiri (1.6.7.2)
108-
mini_portile2 (~> 2.0.0.rc2)
109-
notiffany (0.0.8)
112+
nokogiri (1.6.8)
113+
mini_portile2 (~> 2.1.0)
114+
pkg-config (~> 1.1.7)
115+
notiffany (0.1.1)
110116
nenv (~> 0.1)
111117
shellany (~> 0.0)
118+
parser (2.3.1.2)
119+
ast (~> 2.2)
120+
pkg-config (1.1.7)
112121
polyglot (0.3.5)
113-
pry (0.10.3)
122+
powerpack (0.1.1)
123+
pry (0.10.4)
114124
coderay (~> 1.1.0)
115125
method_source (~> 0.8.1)
116126
slop (~> 3.4)
@@ -132,33 +142,42 @@ GEM
132142
activesupport (= 4.1.1)
133143
rake (>= 0.8.7)
134144
thor (>= 0.18.1, < 2.0)
135-
rake (11.1.2)
145+
rainbow (2.1.0)
146+
rake (11.2.2)
136147
rb-fsevent (0.9.7)
137148
rb-inotify (0.9.7)
138149
ffi (>= 0.5.0)
139150
rdoc (4.2.2)
140151
json (~> 1.4)
141-
rspec (3.4.0)
142-
rspec-core (~> 3.4.0)
143-
rspec-expectations (~> 3.4.0)
144-
rspec-mocks (~> 3.4.0)
145-
rspec-core (3.4.4)
146-
rspec-support (~> 3.4.0)
147-
rspec-expectations (3.4.0)
152+
rspec (3.5.0)
153+
rspec-core (~> 3.5.0)
154+
rspec-expectations (~> 3.5.0)
155+
rspec-mocks (~> 3.5.0)
156+
rspec-core (3.5.2)
157+
rspec-support (~> 3.5.0)
158+
rspec-expectations (3.5.0)
148159
diff-lcs (>= 1.2.0, < 2.0)
149-
rspec-support (~> 3.4.0)
150-
rspec-mocks (3.4.1)
160+
rspec-support (~> 3.5.0)
161+
rspec-mocks (3.5.0)
151162
diff-lcs (>= 1.2.0, < 2.0)
152-
rspec-support (~> 3.4.0)
153-
rspec-rails (3.4.2)
154-
actionpack (>= 3.0, < 4.3)
155-
activesupport (>= 3.0, < 4.3)
156-
railties (>= 3.0, < 4.3)
157-
rspec-core (~> 3.4.0)
158-
rspec-expectations (~> 3.4.0)
159-
rspec-mocks (~> 3.4.0)
160-
rspec-support (~> 3.4.0)
161-
rspec-support (3.4.1)
163+
rspec-support (~> 3.5.0)
164+
rspec-rails (3.5.2)
165+
actionpack (>= 3.0)
166+
activesupport (>= 3.0)
167+
railties (>= 3.0)
168+
rspec-core (~> 3.5.0)
169+
rspec-expectations (~> 3.5.0)
170+
rspec-mocks (~> 3.5.0)
171+
rspec-support (~> 3.5.0)
172+
rspec-support (3.5.0)
173+
rubocop (0.42.0)
174+
parser (>= 2.3.1.1, < 3.0)
175+
powerpack (~> 0.1)
176+
rainbow (>= 1.99.1, < 3.0)
177+
ruby-progressbar (~> 1.7)
178+
unicode-display_width (~> 1.0, >= 1.0.1)
179+
ruby-progressbar (1.8.1)
180+
ruby_dep (1.4.0)
162181
rubyzip (1.2.0)
163182
sass (3.2.19)
164183
sass-rails (4.0.5)
@@ -169,22 +188,22 @@ GEM
169188
sdoc (0.4.1)
170189
json (~> 1.7, >= 1.7.7)
171190
rdoc (~> 4.0)
172-
selenium-webdriver (2.53.0)
191+
selenium-webdriver (2.53.4)
173192
childprocess (~> 0.5)
174193
rubyzip (~> 1.0)
175194
websocket (~> 1.0)
176195
shellany (0.0.1)
177196
shoulda-matchers (2.6.2)
178197
activesupport (>= 3.0.0)
179-
simplecov (0.11.2)
198+
simplecov (0.12.0)
180199
docile (~> 1.1.0)
181-
json (~> 1.8)
200+
json (>= 1.8, < 3)
182201
simplecov-html (~> 0.10.0)
183202
simplecov-cobertura (1.1.0)
184203
simplecov (~> 0.8)
185204
simplecov-html (0.10.0)
186205
slop (3.6.0)
187-
spring (1.7.1)
206+
spring (1.7.2)
188207
spring-commands-rspec (1.0.4)
189208
spring (>= 0.9.1)
190209
sprockets (2.12.4)
@@ -203,12 +222,14 @@ GEM
203222
treetop (1.4.15)
204223
polyglot
205224
polyglot (>= 0.3.1)
206-
turbolinks (2.5.3)
207-
coffee-rails
225+
turbolinks (5.0.1)
226+
turbolinks-source (~> 5)
227+
turbolinks-source (5.0.0)
208228
tzinfo (1.2.2)
209229
thread_safe (~> 0.1)
210-
uglifier (3.0.0)
230+
uglifier (3.0.2)
211231
execjs (>= 0.3.0, < 3)
232+
unicode-display_width (1.1.0)
212233
websocket (1.2.3)
213234
xpath (2.0.0)
214235
nokogiri (~> 1.3)
@@ -219,6 +240,8 @@ PLATFORMS
219240
DEPENDENCIES
220241
bcrypt (~> 3.1.7)
221242
bootstrap-sass (~> 3.1.1)
243+
brakeman
244+
brakeman_translate_checkstyle_format
222245
capybara (~> 2.4.3)
223246
ci_reporter_rspec
224247
coffee-rails (~> 4.0.0)
@@ -231,6 +254,7 @@ DEPENDENCIES
231254
launchy (~> 2.4.2)
232255
rails (= 4.1.1)
233256
rspec-rails (~> 3.1)
257+
rubocop
234258
sass-rails (~> 4.0.3)
235259
sdoc (~> 0.4.0)
236260
selenium-webdriver (~> 2.53)
@@ -244,4 +268,4 @@ DEPENDENCIES
244268
uglifier (>= 1.3.0)
245269

246270
BUNDLED WITH
247-
1.11.2
271+
1.12.5

0 commit comments

Comments
 (0)