Skip to content

Commit

Permalink
Merge pull request #39 from redBorder/bugfix/#18870_install_gems_in_g…
Browse files Browse the repository at this point in the history
…lobal_needed_for_scripts_using_web_gemset

bugfix/#18870_install_gems_in_global_gemset_needed_for_scripts_using_web_gemset
  • Loading branch information
manegron authored Oct 7, 2024
2 parents 1238c9c + ac6c304 commit 232a95c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packaging/rpm/Gemfile_global
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://geminabox.redborder.com'
source 'https://geminabox.redborder.com'
# source 'https://rubygems.org'

# redborder-ng basic gems
Expand Down Expand Up @@ -26,3 +26,8 @@ gem 'ffi-rzmq', '2.0.6'
gem "dalli", "= 2.7.10"
gem 'ilo-sdk'
gem 'easycache', "=0.0.2"
gem 'pg', '=1.5.4'
gem 'iso8601', '=0.8.7'
gem 'nokogiri' #, '=1.7.0'
gem 'aws-sdk', '=1.61.0'
gem 'aws-s3', '=0.6.3'
2 changes: 1 addition & 1 deletion packaging/rpm/Gemfile_web
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://geminabox.redborder.com'
source 'https://geminabox.redborder.com'
# source 'https://rubygems.org'

# Rails 5 new required gem
Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/download_makerpm_gems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GEMS=(
)

# Define the host URL
GEMINABOX_HOST="http://geminabox.redborder.com/gems/"
GEMINABOX_HOST="https://geminabox.redborder.com/gems/"

# Define the target directory
TARGET_DIR="${SCRIPT_DIR}/SOURCES"
Expand Down

0 comments on commit 232a95c

Please sign in to comment.