Skip to content

Commit

Permalink
Prepare for release 1.5.7
Browse files Browse the repository at this point in the history
  * Update gemspec
  * Update version file
  * Update Gemfile.lock
  * Update package-lock.json
  • Loading branch information
sudoremo committed Aug 22, 2024
1 parent 6f09cb6 commit 3ffbfb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rails_ops (1.5.6)
rails_ops (1.5.7)
active_type (>= 1.3.0)
minitest
rails
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6
1.5.7
4 changes: 2 additions & 2 deletions rails_ops.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# stub: rails_ops 1.5.6 ruby lib
# stub: rails_ops 1.5.7 ruby lib

Gem::Specification.new do |s|
s.name = "rails_ops".freeze
s.version = "1.5.6"
s.version = "1.5.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down

0 comments on commit 3ffbfb4

Please sign in to comment.