Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #191 from sue445/pr/190
Browse files Browse the repository at this point in the history
bundle update and resolved offenses
  • Loading branch information
sue445 committed Dec 26, 2017
2 parents 042de23 + 69be3be commit 66fdb98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ GEM
naught (1.1.0)
net-http-digest_auth (1.4.1)
net-http-persistent (2.9.4)
newrelic_rpm (4.6.0.338)
newrelic_rpm (4.7.1.340)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
ntlm-http (0.1.1)
onkcop (0.51.0.1)
rubocop (~> 0.51.0)
rubocop-rspec (>= 1.20.0)
onkcop (0.52.0.0)
rubocop (~> 0.52.0)
rubocop-rspec (>= 1.21.0)
padrino (0.14.1.1)
padrino-admin (= 0.14.1.1)
padrino-cache (= 0.14.1.1)
Expand Down Expand Up @@ -151,8 +151,7 @@ GEM
rack
rack-test (0.8.2)
rack (>= 1.0, < 3)
rainbow (2.2.2)
rake
rainbow (3.0.0)
rake (12.3.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
Expand All @@ -177,15 +176,15 @@ GEM
rspec-support (3.7.0)
rspec-temp_dir (1.0.0)
rspec (>= 3.0)
rubocop (0.51.0)
rubocop (0.52.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.20.1)
rubocop (>= 0.51.0)
rubocop-rspec (1.21.0)
rubocop (>= 0.52.0)
ruby-progressbar (1.9.0)
ruby-rc4 (0.1.5)
sass (3.5.4)
Expand Down
2 changes: 1 addition & 1 deletion spec/factories/sequences.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
end

sequence(:random_ymd) do
diff_day = 150 - rand(365)
diff_day = rand(-214..150)
date = Date.today + diff_day
date.strftime("%Y/%m/%d")
end
Expand Down

0 comments on commit 66fdb98

Please sign in to comment.