Skip to content

Commit

Permalink
PR RefugeRestrooms#607: Minor tweaks/cleanup
Browse files Browse the repository at this point in the history
- Adjust Gemfile[.lock] to specify webpacker within the 4.x series,
  rather than any version 4.0 or greater.

- Delete some duplicate entries in the .gitignore file
  • Loading branch information
DeeDeeG committed Dec 21, 2019
1 parent 01c3c21 commit c6dc441
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ ruby
## zsh rake pugin
.rake_tasks

/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity

/public/packs
/public/packs-test
/node_modules
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gem 'sassc-rails'
gem 'simple_form', '~> 5.0'
gem 'turbolinks'
gem 'uglifier', '>= 1.3.0'
gem 'webpacker', '>= 4'
gem 'webpacker', '~> 4'

group :development, :test do
gem 'better_errors', '~> 2.4.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ DEPENDENCIES
tzinfo-data
uglifier (>= 1.3.0)
webmock (~> 3.2.1)
webpacker (>= 4)
webpacker (~> 4)

RUBY VERSION
ruby 2.5.7p206
Expand Down

0 comments on commit c6dc441

Please sign in to comment.