| ... | ... | @@ -59,7 +59,7 @@ For details, see: |
|
|
|
```diff
|
|
|
|
+gem 'ood_appkit', '~> 0.3.0'
|
|
|
|
+gem 'pbs', '~> 2.0'
|
|
|
|
+gem 'awesim_branding', :git => 'git@github.com:AweSim-OSC/awesim_branding.git'
|
|
|
|
+gem 'awesim_branding', :git => 'git@github.com:AweSim-OSC/awesim_branding.git', :tag => 'v1.0.0'
|
|
|
|
```
|
|
|
|
|
|
|
|
Note: if you do not wish to add the `awesim_branding` gem, you will need to update your application to use the application features in OodAppkit described at https://github.com/OSC/ood_appkit#branding-features
|
| ... | ... | |