diff options
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 5 insertions, 5 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" |
diff --git a/Gemfile.lock b/Gemfile.lock index eebe655..32a99d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock | |||
@@ -1,6 +1,6 @@ | |||
1 | GIT | 1 | GIT |
2 | remote: https://github.com/hatkirby/lingo.git | 2 | remote: https://git.fourisland.com/lingo |
3 | revision: d60d1ca4c2c602b674ab9559a4a29907220d9c45 | 3 | revision: 4d7ae9a7829c8487b0b0ac88099289cd5d8b92a2 |
4 | branch: main | 4 | branch: main |
5 | glob: rails/*.gemspec | 5 | glob: rails/*.gemspec |
6 | specs: | 6 | specs: |
@@ -10,7 +10,7 @@ GIT | |||
10 | sassc-rails | 10 | sassc-rails |
11 | 11 | ||
12 | GIT | 12 | GIT |
13 | remote: https://github.com/hatkirby/pokeviewer.git | 13 | remote: https://git.fourisland.com/pokeviewer |
14 | revision: e28f6b73ab7f2e59605ebd800e921a6146fc49ae | 14 | revision: e28f6b73ab7f2e59605ebd800e921a6146fc49ae |
15 | specs: | 15 | specs: |
16 | pokeviewer (0.1.0) | 16 | pokeviewer (0.1.0) |