Skip to content

Commit

Permalink
Merge pull request #291 from splaplapla/bump
Browse files Browse the repository at this point in the history
0.3.12
  • Loading branch information
jiikko authored Jan 9, 2024
2 parents 4045201 + 200c991 commit b62082c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## unrelease
* sudoをつけずにPBMを起動できるようになりました
## [0.3.12] 2024-1-8
* sudoをつけずにPBMを起動できるようになりました。(なお周辺ファイルは未対応)
* setting.ymlからコントローラーアイコンの色を変更できるようになりました
* https://github.com/splaplapla/procon_bypass_man/pull/287

Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
procon_bypass_man (0.3.11)
procon_bypass_man (0.3.12)
action_cable_client
blue_green_process (= 0.1.4.2)
blue_green_process (= 0.1.4.3)
pbmenv (>= 0.1.11)
sorted_set

Expand All @@ -21,7 +21,7 @@ GEM
ast (2.4.2)
backport (1.2.0)
benchmark (0.2.1)
blue_green_process (0.1.4.2)
blue_green_process (0.1.4.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
Expand Down Expand Up @@ -96,7 +96,7 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
serialport (1.3.2)
set (1.0.3)
set (1.1.0)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/procon_bypass_man/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ProconBypassMan
VERSION = "0.3.11"
VERSION = "0.3.12"
end
2 changes: 1 addition & 1 deletion procon_bypass_man.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
spec.add_dependency "action_cable_client"
spec.add_dependency "blue_green_process", '0.1.4.2'
spec.add_dependency "blue_green_process", '0.1.4.3'
spec.add_dependency "pbmenv", ">= 0.1.11" # enable_pbm_cloud連携機能でPbmenv.install, .cleanを使っている.
spec.add_dependency "sorted_set"

Expand Down
2 changes: 1 addition & 1 deletion project_template/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gemfile do
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'procon_bypass_man', '0.3.11'
gem 'procon_bypass_man', '0.3.12'
# uncomment if you want to use master branch
# gem 'procon_bypass_man', github: 'splaplapla/procon_bypass_man', branch: 'master'
# uncomment if you want to use serial communication feature
Expand Down
2 changes: 1 addition & 1 deletion project_template/app.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin
gemfile do
source 'https://rubygems.org'
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem 'procon_bypass_man', '0.3.11'
gem 'procon_bypass_man', '0.3.12'
# uncomment if you want to use master branch
# gem 'procon_bypass_man', github: 'splaplapla/procon_bypass_man', branch: 'master'
# uncomment if you want to use serial communication feature
Expand Down

0 comments on commit b62082c

Please sign in to comment.