Skip to content

Commit

Permalink
explicitly pin thor to 1.1.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 62560ba)
  • Loading branch information
evgeni authored and pcreech committed Mar 8, 2022
1 parent 94a5873 commit ec6d92e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/bionic/foreman/changelog
@@ -1,3 +1,9 @@
foreman (3.0.2-2) stable; urgency=low

* explicitly pin thor to 1.1.0

-- Evgeni Golov <evgeni@debian.org> Tue, 08 Mar 2022 11:16:15 +0100

foreman (3.0.2-1) stable; urgency=low

* 3.0.2 released
Expand Down
3 changes: 2 additions & 1 deletion debian/bionic/foreman/rules
Expand Up @@ -12,7 +12,8 @@ build:
/bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml
/usr/bin/gem install -f rake -v '12.3.1'
/usr/bin/gem install -f minitest -v '5.10.3'
/usr/bin/gem install -f thor -v '1.1.0'
/bin/mkdir -p ./vendor/cache
echo 'gem "thor", "1.1.0"' >> Gemfile
/bin/rm -f bundler.d/test.rb bundler.d/development.rb
/bin/sed -i '2i gem "puma-status"' bundler.d/service.rb
/bin/sed -i '/dynflow/ s/2.0.0/1.6.0/' Gemfile
Expand Down
6 changes: 6 additions & 0 deletions debian/buster/foreman/changelog
@@ -1,3 +1,9 @@
foreman (3.0.2-2) stable; urgency=low

* explicitly pin thor to 1.1.0

-- Evgeni Golov <evgeni@debian.org> Tue, 08 Mar 2022 11:16:15 +0100

foreman (3.0.2-1) stable; urgency=low

* 3.0.2 released
Expand Down
3 changes: 2 additions & 1 deletion debian/buster/foreman/rules
Expand Up @@ -10,7 +10,8 @@ build:
/bin/cp config/database.yml.example config/database.yml
/bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml
/bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml
/usr/bin/gem install -f thor -v '1.1.0'
/bin/mkdir -p ./vendor/cache
echo 'gem "thor", "1.1.0"' >> Gemfile
/bin/rm -f bundler.d/test.rb bundler.d/development.rb
/bin/sed -i '2i gem "puma-status"' bundler.d/service.rb
/bin/sed -i '/dynflow/ s/2.0.0/1.6.0/' Gemfile
Expand Down
6 changes: 6 additions & 0 deletions debian/focal/foreman/changelog
@@ -1,3 +1,9 @@
foreman (3.0.2-2) stable; urgency=low

* explicitly pin thor to 1.1.0

-- Evgeni Golov <evgeni@debian.org> Tue, 08 Mar 2022 11:16:15 +0100

foreman (3.0.2-1) stable; urgency=low

* 3.0.2 released
Expand Down
3 changes: 2 additions & 1 deletion debian/focal/foreman/rules
Expand Up @@ -10,7 +10,8 @@ build:
/bin/cp config/database.yml.example config/database.yml
/bin/cp config/dynflow/orchestrator.yml.example config/dynflow/orchestrator.yml
/bin/cp config/dynflow/worker.yml.example config/dynflow/worker.yml
/usr/bin/gem install -f thor -v '1.1.0'
/bin/mkdir -p ./vendor/cache
echo 'gem "thor", "1.1.0"' >> Gemfile
/bin/rm -f bundler.d/test.rb bundler.d/development.rb
/bin/sed -i '2i gem "puma-status"' bundler.d/service.rb
/bin/sed -i '/dynflow/ s/2.0.0/1.6.0/' Gemfile
Expand Down

0 comments on commit ec6d92e

Please sign in to comment.