about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock6
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'
69gem 'ckeditor', '~> 4.2.4' 69gem 'ckeditor', '~> 4.2.4'
70gem 'paperclip' 70gem 'paperclip'
71gem 'jquery-rails' 71gem 'jquery-rails'
72gem 'pokeviewer', github: "hatkirby/pokeviewer" 72gem 'pokeviewer', git: "https://git.fourisland.com/pokeviewer"
73gem 'acts-as-taggable-on' 73gem 'acts-as-taggable-on'
74gem 'jquery-ui-rails' 74gem 'jquery-ui-rails'
75gem 'js-routes' 75gem 'js-routes'
76gem 'audited', '~> 5.0' 76gem 'audited', '~> 5.0'
77gem 'enumerize' 77gem 'enumerize'
78gem 'sprockets', '3.7.2' 78gem 'sprockets', '3.7.2'
79gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file 79gem '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 @@
1GIT 1GIT
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
12GIT 12GIT
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)