This commit is contained in:
Seth Call 2021-02-01 11:49:27 -06:00
parent ffc399ca9f
commit 6cc300bf2c
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ gem 'ruby-protocol-buffers', '1.2.2'
gem 'pg', '0.17.1'
#gem 'compass-rails' #, '1.1.3' # 1.1.4 throws an exception on startup about !initialize on nil
#gem "compass-rails", github: "Compass/compass-rails", branch: "master"
gem 'rabl' #, '0.11.0' # for JSON API development
gem 'rabl', '0.13.1' # 0.14.3 has error on jenkins build server in ubuntu 12
gem 'gon', '~>4.1.0' # for passthrough of Ruby variables to Javascript variables
gem 'eventmachine', "1.2.3" #, '1.0.4'
#gem 'faraday', '~>0.9.0'

View File

@ -562,7 +562,7 @@ GEM
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
raabro (1.4.0)
rabl (0.14.3)
rabl (0.13.1)
activesupport (>= 2.3.14)
rack (1.6.13)
rack-oauth2 (1.12.0)
@ -872,7 +872,7 @@ DEPENDENCIES
pry
puma
quiet_assets
rabl
rabl (= 0.13.1)
rack-test
rails (= 4.2.8)
rails-assets-bluebird!