Skip to content

Commit

Permalink
Bump react_on_rails from 11.1.7 to 11.1.8 (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and julianguyen committed Oct 15, 2018
1 parent 5c9d06a commit ad2ed39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ gem 'inline_svg'

gem 'groupdate', '4.0.1'

gem 'react_on_rails', '11.1.7'
gem 'react_on_rails', '11.1.8'
gem 'webpacker'

group :development, :test do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
i18n (1.1.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
inline_svg (1.3.1)
activesupport (>= 3.0)
Expand Down Expand Up @@ -230,7 +230,7 @@ GEM
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
Expand Down Expand Up @@ -349,7 +349,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (6.0.4)
react_on_rails (11.1.7)
react_on_rails (11.1.8)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -557,7 +557,7 @@ DEPENDENCIES
rails-erd (~> 1.4, >= 1.4.4)
rails-i18n (~> 5.1.1)
rails_12factor (= 0.0.3)
react_on_rails (= 11.1.7)
react_on_rails (= 11.1.8)
resque (= 1.27.4)
resque-scheduler (= 4.3.1)
resque_mailer (= 2.4.3)
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-dom": "^16.5.2",
"react-html-parser": "^2.0.2",
"react-lazyload": "^2.3.0",
"react-on-rails": "11.1.7",
"react-on-rails": "11.1.8",
"react-render-html": "^0.6.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9320,10 +9320,10 @@ react-modal@^3.5.1:
react-lifecycles-compat "^3.0.0"
warning "^3.0.0"

[email protected].7:
version "11.1.7"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11.1.7.tgz#bd69f8d51921495f945c6412982388f2f940be18"
integrity sha512-H/lScB1gPtE2sasoki/G/nxSvqRHmY2JVDXptBI7VctkUQr6EgD5BRADdbowE/EFzm7iH84a8aVOg6NUJ5zWBA==
[email protected].8:
version "11.1.8"
resolved "https://registry.yarnpkg.com/react-on-rails/-/react-on-rails-11.1.8.tgz#6d5ba72a514cac4ea4efddd8a80f61909d3e9bd7"
integrity sha512-vc4uw9IiDZcU4v8CwZEXOd4fVyp1Tu3LCcp9nKS4q3ffr/Ea+jphc+TrqR3nkVOAfcl67UciIDAjXrrnFezJVA==
dependencies:
"@babel/runtime-corejs2" "^7.0.0"

Expand Down

0 comments on commit ad2ed39

Please sign in to comment.