Skip to content

Commit

Permalink
Fix rails error; bump Avalon version
Browse files Browse the repository at this point in the history
  • Loading branch information
apertome committed Apr 26, 2021
1 parent a4c629d commit 4d55a30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Bundler.require(*Rails.groups)

module Avalon
VERSION = '7.2.0'
VERSION = '7.2.1'

class Application < Rails::Application
require 'avalon/configuration'
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
build:
context: .
target: dev
command: bash -c "/docker_init.sh && rails server -b 0.0.0.0"
command: bash -c "/docker_init.sh && bundle exec rails server -b 0.0.0.0"
depends_on:
- db
- fedora
Expand Down

0 comments on commit 4d55a30

Please sign in to comment.