Skip to content

Commit

Permalink
Merge pull request #165 from CDLUC3/rails7
Browse files Browse the repository at this point in the history
Rails7 migration changes
  • Loading branch information
terrywbrady authored Nov 19, 2024
2 parents b22c306 + c63f9d4 commit 9e85dc3
Show file tree
Hide file tree
Showing 36 changed files with 688 additions and 324 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY . .
RUN bundle install

# Build a discardable master.key and credentials.yml.enc file for docker deployment
RUN EDITOR=nano rails credentials:edit
RUN EDITOR=nano bundle exec rails credentials:edit

ENV SSM_SKIP_RESOLUTION=Y
RUN bundle exec rails assets:precompile && \
Expand Down
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem 'activeresource'
gem 'json'
gem 'multi_json'
gem 'mysql2'
gem 'rails', '~> 6.0'
gem 'rails', '~> 7.2'

gem 'aws-sdk-ec2'
gem 'aws-sdk-ssm'
Expand All @@ -29,6 +29,7 @@ gem 'puma'
gem 'rack-cache'
gem 'rest-client'
gem 'sprockets'
gem 'sprockets-rails'
gem 'thin'
gem 'uc3-ssm', git: 'https://github.com/CDLUC3/uc3-ssm.git', tag: '1.0.3'
gem 'uglifier'
Expand Down
Loading

0 comments on commit 9e85dc3

Please sign in to comment.