Skip to content

Chore/update appraisals #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Mar 31, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update Webpacker to 4.0.0.rc.2
  • Loading branch information
BookOfGreg committed Jan 3, 2019
commit 071504301d25b4a500d449a316d8e2d2408ca6d9
2 changes: 1 addition & 1 deletion Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end

appraise 'rails-5.2_no_sprockets_webpacker_4' do
gem 'rails', '~> 5.2.0'
gem 'webpacker', '4.0.0.pre.3'
gem 'webpacker', '4.0.0.rc.2'
gem 'mini_racer', :platforms => :mri
gem 'therubyrhino', :platforms => :jruby
end
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5.2_no_sprockets_webpacker_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source "http://rubygems.org"

gem "rails", "~> 5.2.0"
gem "webpacker", "4.0.0.pre.3"
gem "webpacker", "4.0.0.rc.2"
gem "mini_racer", platforms: :mri
gem "therubyrhino", platforms: :jruby

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
},
"devDependencies": {
"webpack": "^2.3.3"
},
"dependencies": {
"react_ujs": "^2.4.4"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,11 @@ rc@^1.1.7:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

react_ujs@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/react_ujs/-/react_ujs-2.4.4.tgz#49bac535d24024a96b0a35d7514d18188aea42bc"
integrity sha512-RON6mgV+I3s6KkmvxTQi+WGuoLbhZ+TzRat06EE/RHFvzU+Na1Eom6XnesQeOP7WCrTZGOdcZEPP0P7QrJrHfg==

read-pkg-up@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02"
Expand Down