Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.3.3
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
dist: xenial
dist: jammy
bundler_args: --jobs=3 --retry=3
os: linux
cache: bundler
language: ruby
rvm:
- 2.7.6
- 3.0.4
- 3.1.2
- 3.2.2
- 3.3.3
before_install:
- bundle config set deployment 'true'
branches:
only:
- /^\d+\.\d+$/
- master
- main
jobs:
include:
- stage: test
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ GEM
mini_mime (>= 0.1.1)
method_source (0.9.2)
mini_mime (1.0.1)
mini_portile2 (2.8.5)
mini_portile2 (2.8.8)
minitest (5.17.0)
nio4r (2.3.1)
nokogiri (1.15.4)
nio4r (2.7.4)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
racc (1.7.1)
racc (1.8.1)
rack (2.2.6.4)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -135,4 +135,4 @@ DEPENDENCIES
rspec (~> 3.7)

BUNDLED WITH
2.1.0
2.5.23
Empty file modified bin/test
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion biran.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "Helper for generating config generate tasks."
s.description = "Biran is the guy that will help you generate config files for your rail app."
s.license = "MIT"
s.required_ruby_version = ">= 2.7.0"
s.required_ruby_version = ">= 3.0"

s.metadata = {
"rubygems_mfa_required" => "true",
Expand Down