diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-10-15 13:49:03 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-10-15 13:49:03 -0400 |
| commit | 9d6d876c62408c69c654aab1a664f1294ec668b7 (patch) | |
| tree | 45442d5895cc2c1dc6aac9f7a3b6abf64ded20bf /Gemfile | |
| parent | 946eda79a292cb792a61a6d7ecb2ca932de65ecd (diff) | |
| download | thoughts-9d6d876c62408c69c654aab1a664f1294ec668b7.tar.gz thoughts-9d6d876c62408c69c654aab1a664f1294ec668b7.tar.bz2 thoughts-9d6d876c62408c69c654aab1a664f1294ec668b7.zip | |
Added pokeviewer
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" | ||
