Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

[1737] Renaming files to remove deprecation warnings #1738

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
* This file will be updated whenever a new release is put into production.
* Any problems should be reported via the "report an issue" link in the footer of the application.

## Unreleased
### Fixed
* Renamed stylesheet files to remove junk deprication warnings during testing ([#1737](https://github.com/YaleSTC/reservations/issues/1737))

### Added

### Removed

## v6.3.2 - 2018-06-26
### Fixed
* Fixed incorrect evaluation of reservations affected by a blackout ([#1644](https://github.com/YaleSTC/reservations/issues/1644)).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ group :development, :test do
gem 'awesome_print', '~> 1.8.0'
gem 'codeclimate-test-reporter', '~> 1.0.8'
gem 'database_cleaner', '~> 1.6.1'
gem 'rubocop', '~> 0.49.1', require: false
gem 'rubocop', '~> 0.58.1', require: false
gem 'timecop', '~> 0.9.1'
end

Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
airbrussh (1.3.0)
sshkit (>= 1.6.1, != 1.7.0)
arel (8.0.0)
ast (2.3.0)
ast (2.4.0)
autoprefixer-rails (7.1.2.2)
execjs
awesome_print (1.8.0)
Expand Down Expand Up @@ -191,6 +191,7 @@ GEM
inline_svg (1.2.2)
activesupport (>= 3.0)
nokogiri (>= 1.6)
jaro_winkler (1.5.1)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
Expand Down Expand Up @@ -266,12 +267,12 @@ GEM
cocaine (~> 0.5.5)
mime-types
mimemagic (~> 0.3.0)
parallel (1.11.2)
parser (2.4.0.0)
ast (~> 2.2)
parallel (1.12.1)
parser (2.5.1.2)
ast (~> 2.4.0)
party_foul (1.5.5)
octokit (~> 3.1)
powerpack (0.1.1)
powerpack (0.1.2)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -343,8 +344,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
raindrops (0.18.0)
rake (12.0.0)
rb-fsevent (0.10.2)
Expand Down Expand Up @@ -380,14 +380,15 @@ GEM
rspec-mocks (~> 3.6.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rubocop (0.49.1)
rubocop (0.58.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
ruby-progressbar (1.8.3)
ruby_dep (1.5.0)
rubycas-client (2.3.9)
activesupport
Expand Down Expand Up @@ -450,7 +451,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
unicorn (5.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
Expand Down Expand Up @@ -529,7 +530,7 @@ DEPENDENCIES
redcarpet (~> 3.4.0)
responders (~> 2.4.0)
rspec-rails (~> 3.6.0)
rubocop (~> 0.49.1)
rubocop (~> 0.58.1)
ruby-progressbar (~> 1.8.1)
rubyzip (~> 1.2.1)
sass-rails (~> 5.0.6)
Expand All @@ -549,4 +550,4 @@ RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.16.2
1.16.3