Skip to content

Commit

Permalink
upgrade rails & point to gh or bmndr.com/urlminder
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoule committed Jun 30, 2022
1 parent 0ced9d8 commit 267dfda
Show file tree
Hide file tree
Showing 9 changed files with 387 additions and 281 deletions.
25 changes: 11 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
ruby '2.6.3'
source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0'
gem 'rails'
gem 'devise'

gem 'devise', '3.0.0.rc'

gem 'mongoid', github: 'mongoid/mongoid'
gem 'mongoid'
gem 'omniauth'
gem 'omniauth-beeminder'
gem 'beeminder'

gem 'httparty'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.0'
gem 'sass-rails'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
gem 'uglifier'

# Use CoffeeScript for .js.coffee assets and views
gem 'coffee-rails', '~> 4.0.0'
gem 'coffee-rails'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', platforms: :ruby
Expand All @@ -32,17 +30,16 @@ gem 'jquery-rails'
gem 'turbolinks'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 1.2'

group :doc do
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', require: false
end
gem 'jbuilder'

group :production do
gem 'rails_12factor'
end

group :development do
gem 'thin'
end

# Use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'

Expand Down
Loading

0 comments on commit 267dfda

Please sign in to comment.