We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24755c2 commit 9cc512aCopy full SHA for 9cc512a
Gemfile
@@ -24,7 +24,7 @@ gem 'aws-sdk-core', '~> 2.2.15'
24
# Optional Services.
25
gem 'omniauth-37signals' # BasecampAgent
26
27
-gem 'ace-rails-ap', '~> 4.2'
+gem 'ace-rails-ap', '~> 4.4'
28
gem 'bootsnap', '>= 1.4.6', require: false
29
gem 'execjs', '~> 2.7.0'
30
gem 'mini_racer', '~> 0.3.1'
Gemfile.lock
@@ -13,7 +13,7 @@ GIT
13
GEM
14
remote: https://rubygems.org/
15
specs:
16
- ace-rails-ap (4.3)
+ ace-rails-ap (4.4)
17
actioncable (6.0.3.2)
18
actionpack (= 6.0.3.2)
19
nio4r (~> 2.0)
@@ -587,7 +587,7 @@ PLATFORMS
587
ruby
588
589
DEPENDENCIES
590
- ace-rails-ap (~> 4.2)
+ ace-rails-ap (~> 4.4)
591
aws-sdk-core (~> 2.2.15)
592
better_errors (~> 2.7.0)
593
binding_of_caller (~> 0.8.0)
0 commit comments