@@ -8,20 +8,22 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
8
8
# development dependencies will be added by default to the :development group.
9
9
gemspec
10
10
11
+ gem "activeentity" , path : "../activeentity"
12
+
11
13
# Declare any dependencies that are still in development here instead of in
12
14
# your gemspec. These might include edge Rails or gems from your path or
13
15
# Git. Remember to move these dependencies to your gemspec before releasing
14
16
# your gem to rubygems.org.
15
17
16
- gem "rails" , "~> 6.1 .0"
18
+ gem "rails" , "~> 7.0 .0"
17
19
gem "sqlite3"
18
20
19
21
# To support ES6
20
- gem "sprockets" , "~> 4.0.0.beta5 "
22
+ gem "sprockets" , "~> 4.0"
21
23
# Support ES6
22
24
gem "babel-transpiler"
23
25
# Use CoffeeScript for .coffee assets and views
24
- gem "coffee-rails" , "~> 4.2"
26
+ # gem "coffee-rails", "~> 4.2"
25
27
# Use SCSS for stylesheets
26
28
gem "sassc-rails"
27
29
# Use Uglifier as compressor for JavaScript assets
@@ -36,7 +38,7 @@ gem "turbolinks"
36
38
gem "puma"
37
39
38
40
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
39
- gem "listen" , ">= 3.0.5" , "< 3. 2"
41
+ gem "listen" , ">= 3.2"
40
42
gem "web-console" , group : :development
41
43
# Call "byebug" anywhere in the code to stop execution and get a debugger console
42
44
gem "byebug" , platforms : %i[ mri mingw x64_mingw ]
0 commit comments