diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
| diff --git a/Gemfile b/Gemfile index fa1a218..a8a3852 100644 --- a/Gemfile +++ b/Gemfile | |||
| @@ -69,11 +69,11 @@ gem 'devise' | |||
| 69 | gem 'ckeditor', '~> 4.2.4' | 69 | gem 'ckeditor', '~> 4.2.4' |
| 70 | gem 'paperclip' | 70 | gem 'paperclip' |
| 71 | gem 'jquery-rails' | 71 | gem 'jquery-rails' |
| 72 | gem 'pokeviewer', github: "hatkirby/pokeviewer" | 72 | gem 'pokeviewer', git: "https://git.fourisland.com/pokeviewer" |
| 73 | gem 'acts-as-taggable-on' | 73 | gem 'acts-as-taggable-on' |
| 74 | gem 'jquery-ui-rails' | 74 | gem 'jquery-ui-rails' |
| 75 | gem 'js-routes' | 75 | gem 'js-routes' |
| 76 | gem 'audited', '~> 5.0' | 76 | gem 'audited', '~> 5.0' |
| 77 | gem 'enumerize' | 77 | gem 'enumerize' |
| 78 | gem 'sprockets', '3.7.2' | 78 | gem 'sprockets', '3.7.2' |
| 79 | gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file | 79 | gem 'lingo', git: "https://git.fourisland.com/lingo", glob: "rails/*.gemspec", branch: "main" |
