boltless 2.4.0 → 2.6.0

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: 5a5b9b8168bd89c040b043f4ac1a4cf6888155c8b0d2bc051c7e52da31ecad76
4
- data.tar.gz: acc68ab2b00828dcc331f36b10361a01f54b1df71cccccba1868dd31b08ddffb
3
+ metadata.gz: b9b03acfe48c4f40a1b19d73728c1495f0891745dcef067aa5f3f20e2990c4d9
4
+ data.tar.gz: 72baf027ab7fd89dc085a45d3f41a1104a3f3904ec6024a3288fcd5c3c101629
5
5
  SHA512:
6
- metadata.gz: 7f50b3c78ea477bc157a2a2745daf4178499af861c9e83d7a00c90a172f623a8baff9a32a66e4364535c6c7a0c4ebb35b351cebf6012dc065d2856cd5adca5ce
7
- data.tar.gz: bfa71774beed7425aac328bd9f95793f6be486aa315c5f30830377b9c1ace7c3f2ff32995a096941cd86bc22fce38dfecaf805e0d08c54f2a7396df0b2550173
6
+ metadata.gz: ab4be4112fc4362963e151b6cc1cf1e963456263274a088c19bb30d34e1f1b9c083a22f979ceaba2c0a8e02a8878a1b7997da621ca7011ec81a757205aa33604
7
+ data.tar.gz: a24f25e0ca3e1a2ec0aae0db2fc28089bf573936f4248c06cd2f5858198fe0d9015b14b2ef2a2e6e52a5dab82773c043ea111e97f60192c8508a41fde0a90f63
data/Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM hausgold/ruby:3.3
2
2
  LABEL org.opencontainers.image.authors="containers@hausgold.de"
3
3
 
4
4
  # Update system gem
5
- RUN gem update --system '3.6.9'
5
+ RUN gem update --system '3.7.2'
6
6
 
7
7
  # Install system packages and the latest bundler
8
8
  RUN apt-get update -yqqq && \
@@ -11,7 +11,7 @@ RUN apt-get update -yqqq && \
11
11
  ca-certificates \
12
12
  bash-completion inotify-tools && \
13
13
  echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && /usr/sbin/locale-gen && \
14
- gem install bundler -v '~> 2.6.9' --no-document --no-prerelease
14
+ gem install bundler -v '~> 2.7.2' --no-document --no-prerelease
15
15
 
16
16
  # Add new web user
17
17
  RUN mkdir /app && \
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Boltless
5
5
  # The version of the +boltless+ gem
6
- VERSION = '2.4.0'
6
+ VERSION = '2.6.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
@@ -3,6 +3,7 @@
3
3
  # Print some information
4
4
  #
5
5
  # rubocop:disable Rails/Output -- because we want to write to stdout here
6
+ # rubocop:disable RSpec/Output -- ditto
6
7
  puts
7
8
  puts <<DESC
8
9
  -------------- Versions --------------
@@ -12,3 +13,4 @@ puts <<DESC
12
13
  DESC
13
14
  puts
14
15
  # rubocop:enable Rails/Output
16
+ # rubocop:enable RSpec/Output
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: boltless
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - ">="
17
17
  - !ruby/object:Gem::Version
18
- version: '7.2'
18
+ version: '8.0'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
- version: '7.2'
25
+ version: '8.0'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: base64
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -210,7 +210,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
210
210
  - !ruby/object:Gem::Version
211
211
  version: '0'
212
212
  requirements: []
213
- rubygems_version: 3.6.9
213
+ rubygems_version: 3.7.2
214
214
  specification_version: 4
215
215
  summary: neo4j driver, via the HTTP API
216
216
  test_files: []