diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:32:44 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-12-10 12:32:44 -0500 |
commit | 230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321 (patch) | |
tree | b61b7d4c706de43361da73cce0d2a2a006a89b18 /Gemfile | |
parent | dc7253d0b71f25c2e9a4547d414fa18390b74fbf (diff) | |
download | thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.gz thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.tar.bz2 thoughts-230ab3079fd4e16ebaa593f6cc5fdbcbad3c2321.zip |
Installed LINGO scoreboard
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 12 |
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' |
10 | gem 'rails', '~> 5.2.0' | 10 | gem 'rails', '~> 7.0.3' |
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 |
14 | gem 'puma', '>= 4.3.8' | 14 | #gem 'puma', '>= 6.0.0' |
15 | gem 'webrick', '~> 1.7' | ||
15 | # Use SCSS for stylesheets | 16 | # Use SCSS for stylesheets |
16 | gem 'sassc-rails' | 17 | gem 'sassc-rails' |
17 | # Use Uglifier as compressor for JavaScript assets | 18 | # Use Uglifier as compressor for JavaScript assets |
18 | gem 'uglifier', '>= 1.3.0' | 19 | gem '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 |
20 | gem 'node', platforms: :ruby | 21 | gem 'therubyracer', platforms: :ruby |
21 | 22 | ||
22 | # Use CoffeeScript for .coffee assets and views | 23 | # Use CoffeeScript for .coffee assets and views |
23 | gem 'coffee-rails', '~> 4.2' | 24 | gem 'coffee-rails', '~> 4.2' |
@@ -72,6 +73,7 @@ gem 'pokeviewer', github: "hatkirby/pokeviewer" | |||
72 | gem 'acts-as-taggable-on' | 73 | gem 'acts-as-taggable-on' |
73 | gem 'jquery-ui-rails' | 74 | gem 'jquery-ui-rails' |
74 | gem 'js-routes' | 75 | gem 'js-routes' |
75 | gem 'audited', '~> 4.7' | 76 | gem 'audited', '~> 5.0' |
76 | gem 'enumerize' | 77 | gem 'enumerize' |
77 | gem 'sprockets', '3.7.2' \ No newline at end of file | 78 | gem 'sprockets', '3.7.2' |
79 | gem 'lingo', github: "hatkirby/lingo", glob: "rails/*.gemspec", branch: "main" \ No newline at end of file | ||