Ken Johnson
f8f3564134
Merge pull request #262 from jmmastey/fix-pto-check
...
bug(pto): fix issue where not having a PTO record causes the app to barf
2017-09-18 14:55:20 -04:00
Joseph Mastey
b934194ffe
bug(passwords): fix situations where better password rules inadvertently break tests
...
* use bang version of save methods in the seeds file, so that when you fix validation,
it will at least explode, rather than silently failing to create users
* fix two tests where passwords are hardcoded so that they use stronger passwords,
since password complexity is not the important bit of either of those tests.
2017-09-18 12:58:26 -05:00
Joseph Mastey
0bfa2f155d
chore(seeds): remove useless trailing whitespace from seeds
2017-09-18 12:47:39 -05:00
Joseph Mastey
11ab30eb90
bug(pto): fix issue where not having a PTO record causes the app to barf
...
closes #187
2017-09-18 12:43:47 -05:00
Al Snow
3ae9aa6e2c
Upgraded to bundler 1.16.0.pre.2
2017-09-18 08:59:35 -04:00
Al Snow
367800e9af
Upgraded to ruby 2.3.5
2017-09-17 12:40:36 -04:00
Al Snow
01fed7d058
Upgraded simplecov gem
2017-09-11 16:12:01 -04:00
Al Snow
7a45852ba7
Upgraded rake gem
2017-09-11 08:07:47 -04:00
Al Snow
e0ba502850
Upgraded Rails to 5.1.4
2017-09-08 08:54:43 -04:00
Al Snow
81fa2c9350
Upgraded multi_json gem
2017-09-07 08:58:04 -04:00
Al Snow
fe52eaa389
Upgraded coderay gem
2017-09-03 13:07:55 -04:00
Al Snow
af8aec6953
Upgraded sprockets-rails gem
2017-09-01 08:40:17 -04:00
Al Snow
124e151092
Unlocked down ruby-prof gem
2017-08-29 08:05:04 -04:00
Al Snow
5e533d932c
Unlocked down mintest gem
2017-08-29 08:03:42 -04:00
Al Snow
a440caeda1
Upgraded/Added 7+ gems
2017-08-25 08:49:19 -04:00
Al Snow
6a84888dac
Upgraded Rails to 5.1.4.rc1
2017-08-24 16:31:30 -04:00
cktricky
ff7b1f11a7
Fixes issue #258
2017-08-24 09:25:24 -04:00
Al Snow
991fe3255e
Upgraded bundler gem
2017-08-19 19:52:06 -04:00
Al Snow
3a7fab9bf6
Upgraded power_assert gem
2017-08-19 09:03:08 -04:00
Al Snow
71c7835f55
Upgraded brakeman gem
2017-08-16 16:00:56 -04:00
Al Snow
62ee83492e
Upgraded brakeman gem
2017-08-16 08:53:54 -04:00
Al Snow
eec0740259
Upgraded [simplecov, simplecov-html] gems
2017-08-14 08:11:34 -04:00
Al Snow
441f5c34d4
Upgraded mini_mime gem
2017-08-12 09:00:52 -04:00
Al Snow
8520968ea8
Upgraded rspec-rails gem
2017-08-11 10:33:44 -04:00
Al Snow
d45bc9fc62
Upgraded mysql2 gem
2017-08-11 06:37:02 -04:00
Al Snow
89dfffa4f6
Upgraded raindrops gem
2017-08-10 07:05:40 -04:00
Al Snow
6fdea001de
Upgraded poltergeist gem
2017-08-07 15:35:29 -04:00
Al Snow
677c56c490
Upgraded capybara gem
2017-08-04 16:28:03 -04:00
Al Snow
8a567249c0
Upgraded capybara and better_errors gems
2017-08-04 07:42:03 -04:00
Al Snow
9bbdff8ed4
Upgraded Rails to 5.1.3
2017-08-03 17:25:58 -04:00
Al Snow
dbd6372631
Upgraded Rails to 5.1.3.rc3
2017-08-01 08:07:35 -04:00
Al Snow
04e9f1f630
Upgraded better_errors gem
2017-07-30 07:46:13 -04:00
Al Snow
eea01a05b8
Upgrade eventmachine gem
2017-07-28 09:05:59 -04:00
Al Snow
06aed414db
Upgraded Rails to 5.1.3.rc2
2017-07-25 18:45:27 -04:00
Al Snow
87307d20e4
Upgraded tilt gem
2017-07-24 08:52:06 -04:00
Al Snow
618a5263f5
Upgrade bundler gem
2017-07-23 12:22:39 -04:00
Al Snow
03a320ca87
Merge branch 'master' of https://github.com/OWASP/railsgoat
2017-07-21 13:53:12 -04:00
Ken Johnson
cb3cc83ce5
Merge pull request #259 from tcopeland/comment_out_csrf_metatags
...
Comment out csrf_meta_tags
2017-07-21 09:25:20 -04:00
Tom Copeland
e8da858e0e
Comment out csrf_meta_tags
...
Per https://github.com/OWASP/railsgoat/wiki/R4-A8-CSRF this line should
be commented out for the developer to fix (by uncommenting it).
2017-07-21 09:16:20 -04:00
Al Snow
25ffdc3b52
Upgraded minitest gem
2017-07-21 08:15:38 -04:00
Al Snow
3b1f92c44f
Upgrade Rails to 5.1.3.rc1
2017-07-19 19:41:33 -04:00
Al Snow
02106d50b1
Upgrade bundler-audit gem
2017-07-19 08:05:27 -04:00
Al Snow
8ee3f25c06
Upgraded bundler gem
2017-07-18 09:21:07 -04:00
Al Snow
ef4ad97264
Upgraded sass and sass-listen gems
2017-07-13 20:15:24 -04:00
Al Snow
a33fad93ef
Upgraded to Rails 5.x plus [sass, sass-listen] gems
2017-07-13 09:58:21 -04:00
nVisium-ken-johnson
84d998d432
there were too many conflicts during merge with the existing gemfile.lock that I just removed the old one and created a new one
2017-07-12 10:30:56 -04:00
nVisium-ken-johnson
386a526742
merged @jmmasteys rails_5 branch
2017-07-12 10:24:04 -04:00
Ken Johnson
f1a3bc7bcf
Merge pull request #255 from jmmastey/rails_5
...
Rails 5 Candidate Branch
2017-07-12 09:05:33 -04:00
Al Snow
1a5e086819
Upgraded mysql2 gem
2017-07-10 21:48:21 -04:00
Al Snow
b9c65f64f5
Upgraded i18n gem
2017-07-10 09:00:05 -04:00