Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #7 from simplybusiness/remove_gfl
Browse files Browse the repository at this point in the history
Remove Gemfile.lock from source control
  • Loading branch information
Joshua Fleck committed Jan 25, 2016
2 parents 4c26e99 + b0eb2cd commit 82174c6
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 205 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.gem
Gemfile.lock
12 changes: 0 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,3 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in flip_fab.gemspec
gemspec

group :development, :test do
gem 'pry-plus'
end

group :test do
gem 'rack'
gem 'rack-test'
gem 'rspec'
gem 'rutabaga'
gem 'timecop'
end
92 changes: 0 additions & 92 deletions Gemfile.lock

This file was deleted.

6 changes: 3 additions & 3 deletions example/rails_app/Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2.0'
gem 'rails', '~> 4.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 4.0.3'
gem 'sass-rails'
# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# 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 Down
Loading

0 comments on commit 82174c6

Please sign in to comment.