wovnrb 3.6.0 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29bd88528d91b54ec9a05a04618c94466ecc514b32964c6a771a4a8b3f2e5578
4
- data.tar.gz: aa3c23a353b77ccb3abc93036e88b42f4794d1ea983af8b6b36a0287f2665c6a
3
+ metadata.gz: 6cc4b57cbbcb73d7c80599b43c3c5cc2cf942bd2488d6d53ed80cbc33810dc32
4
+ data.tar.gz: 075a4767449cfa394036400ab377be8659939f59c4229d9192b2042b9eabd65d
5
5
  SHA512:
6
- metadata.gz: 391f38b423bc709f052a33515452a04202c507060d7fb24fe202d3eb7788fb646a114b5258065f896bbd540d4e3187ccc29510f1b6b0744ceea45f6372e8b533
7
- data.tar.gz: 43175960da9790a1ced786d357469f2c590b530add67b4e8a938deacbf9be45b70f917c1ef26279432e6dbb9ad7b99cc889aa07ebe5ece177e7c30bc1677727f
6
+ metadata.gz: d5952288b10b0d86e39ff6496bccc0a9c5d51ff876d0f41f07fb1b7b33cc9cab0792d2a1f7c97477849f4dedb20cfada495e6498255a987825c478f305e076f8
7
+ data.tar.gz: 323f2b3d50b221b67831c43b9a70e2d595bfd3d7a86f4325cbfbdb2fb700ce0cd48da7952f6a5950064d5766de34b743abd1d9f14dc3764677d61a6787a1e113
data/.rubocop.yml CHANGED
@@ -4,3 +4,4 @@ inherit_from: .rubocop_todo.yml
4
4
 
5
5
  AllCops:
6
6
  SuggestExtensions: false
7
+ TargetRubyVersion: 2.5
File without changes
@@ -1,4 +1,4 @@
1
- FROM ruby:2.6.5
1
+ FROM ruby:2.7.6
2
2
 
3
3
  WORKDIR /usr/src/app
4
4
 
@@ -12,4 +12,4 @@ RUN npm install --global yarn
12
12
  RUN yarn install --check-files
13
13
  RUN bundle install
14
14
 
15
- CMD ["/bin/bash", "start.sh"]
15
+ CMD ["/bin/bash", "start.sh"]
@@ -1,4 +1,4 @@
1
- FROM ruby:2.6.5
1
+ FROM ruby:2.7.6
2
2
 
3
3
  WORKDIR /usr/src/app
4
4
 
@@ -14,4 +14,4 @@ RUN apt update -y && apt install npm -y && apt-get install openssh-server -y &&
14
14
  RUN npm install --global yarn
15
15
  RUN yarn install --check-files
16
16
 
17
- CMD ["/bin/bash", "start_rails.sh"]
17
+ CMD ["/bin/bash", "start_rails.sh"]
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '2.6.5'
4
+ ruby '2.7.6'
5
5
 
6
6
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
7
  gem 'rails', '~> 6.0.3', '>= 6.0.3.2'
@@ -3,9 +3,9 @@
3
3
  "private": true,
4
4
  "dependencies": {
5
5
  "@rails/actioncable": "^6.0.0",
6
- "@rails/activestorage": "^6.0.0",
7
- "@rails/ujs": "^6.0.0",
8
- "@rails/webpacker": "4.3.0",
6
+ "@rails/activestorage": "^6.1.6",
7
+ "@rails/ujs": "^6.1.7",
8
+ "@rails/webpacker": "5.2.2",
9
9
  "turbolinks": "^5.2.0"
10
10
  },
11
11
  "version": "0.1.0",