wovnrb 3.6.0 → 3.7.1

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: f8da9741562e23b433e622ef091da98042d6eab8dbe621cdfaa7d59bf29e58c6
4
+ data.tar.gz: 5a6e81693935de46ea0e7eaa3fac7d6eab40a3f1bb8e4fff594adc76699f5023
5
5
  SHA512:
6
- metadata.gz: 391f38b423bc709f052a33515452a04202c507060d7fb24fe202d3eb7788fb646a114b5258065f896bbd540d4e3187ccc29510f1b6b0744ceea45f6372e8b533
7
- data.tar.gz: 43175960da9790a1ced786d357469f2c590b530add67b4e8a938deacbf9be45b70f917c1ef26279432e6dbb9ad7b99cc889aa07ebe5ece177e7c30bc1677727f
6
+ metadata.gz: 3ad1400b4c55e9989ab1c251330f5c3659ef0830a02a7e689f87e4ca248e23d9e40b65d9912a0745070151509c7243807981af7b2e985a7a973875e90ed68b71
7
+ data.tar.gz: c323c7912fc06eb004ab4b0ce3d130c6a7fa01b65d23472091dda391ab77f1fe4a37ac4a3edccf40462063fd4af1747530fc889306bfd0995564120a5f0b77f3
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",