about summary refs log tree commit diff stats
path: root/Gemfile
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-12-10 12:32:44 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2022-12-10 12:32:44 -0500
commit230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321 (patch)
treeb61b7d4c706de43361da73cce0d2a2a006a89b18 /Gemfile
parentdc7253d0b71f25c2e9a4547d414fa18390b74fbf (diff)
downloadthoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.gz
thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.bz2
thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.zip
Installed LINGO scoreboard
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile index cbffc52..fa1a218 100644 --- a/Gemfile +++ b/Gemfile
@@ -7,17 +7,18 @@ 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'
10gem 'rails', '~> 5.2.0' 10gem 'rails', '~> 7.0.3'
11# Use sqlite3 as the database for Active Record 11# Use sqlite3 as the database for Active Record
12gem 'sqlite3' 12gem 'sqlite3'
13# Use Puma as the app server 13# Use Puma as the app server
14gem 'puma', '>= 4.3.8' 14#gem 'puma', '>= 6.0.0'
15gem 'webrick', '~> 1.7'
15# Use SCSS for stylesheets 16# Use SCSS for stylesheets
16gem 'sassc-rails' 17gem 'sassc-rails'
17# Use Uglifier as compressor for JavaScript assets 18# Use Uglifier as compressor for JavaScript assets
18gem 'uglifier', '>= 1.3.0' 19gem 'uglifier', '>= 1.3.0'
19# See https://github.com/rails/execjs#readme for more supported runtimes 20# See https://github.com/rails/execjs#readme for more supported runtimes
20gem 'node', platforms: :ruby 21gem 'therubyracer', platforms: :ruby
21 22
22# Use CoffeeScript for .coffee assets and views 23# Use CoffeeScript for .coffee assets and views
23gem 'coffee-rails', '~> 4.2' 24gem 'coffee-rails', '~> 4.2'
@@ -72,6 +73,7 @@ gem 'pokeviewer', github: "hatkirby/pokeviewer"
72gem 'acts-as-taggable-on' 73gem 'acts-as-taggable-on'
73gem 'jquery-ui-rails' 74gem 'jquery-ui-rails'
74gem 'js-routes' 75gem 'js-routes'
75gem 'audited', '~> 4.7' 76gem 'audited', '~> 5.0'
76gem 'enumerize' 77gem 'enumerize'
77gem 'sprockets', '3.7.2' \ No newline at end of file 78gem 'sprockets', '3.7.2'
79gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file