Skip to content
GitLab
Explore
Sign in
Changes
Page history
Updated Port an existing app to OOD (markdown)
authored
Oct 18, 2016
by
Brian L. McMichael
Hide whitespace changes
Inline
Side-by-side
Port-an-existing-app-to-OOD.md
View page @
ed09afdd
...
@@ -18,7 +18,7 @@ We will be replacing the `awesim_rails` gem with the `ood_appkit` gem, and updat
...
@@ -18,7 +18,7 @@ We will be replacing the `awesim_rails` gem with the `ood_appkit` gem, and updat
```
diff
```
diff
-gem 'rails', '4.0.0'
-gem 'rails', '4.0.0'
+gem 'rails', '4.1.15'
+gem 'rails', '4.1.15'
# You may also use a newer version
```
```
##### Update `sass-rails`
##### Update `sass-rails`
...
...