diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
| diff --git a/Gemfile b/Gemfile index 869e0f5..aee427f 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -7,7 +7,7 @@ end | |||
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' | 9 | # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' |
| 10 | gem 'rails', '~> 5.1.1' | 10 | gem 'rails', '~> 5.1.4' |
| 11 | # Use sqlite3 as the database for Active Record | 11 | # Use sqlite3 as the database for Active Record |
| 12 | gem 'sqlite3' | 12 | gem 'sqlite3' |
| 13 | # Use Puma as the app server | 13 | # Use Puma as the app server |
| @@ -68,3 +68,4 @@ gem 'devise' | |||
| 68 | gem 'ckeditor' | 68 | gem 'ckeditor' |
| 69 | gem 'paperclip' | 69 | gem 'paperclip' |
| 70 | gem 'jquery-rails' | 70 | gem 'jquery-rails' |
| 71 | gem 'pokeviewer', github: "hatkirby/pokeviewer" | ||
